Searched refs:arp_create (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/net/ |
H A D | arp.h | 70 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
|
/openbmc/linux/net/ipv4/ |
H A D | arp.c | 314 skb = arp_create(type, ptype, dest_ip, dev, src_ip, in arp_send_dst() 544 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, in arp_create() function 649 EXPORT_SYMBOL(arp_create);
|
/openbmc/linux/net/bridge/ |
H A D | br_arp_nd_proxy.c | 63 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
|
/openbmc/linux/net/batman-adv/ |
H A D | distributed-arp-table.c | 1113 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->soft_iface, in batadv_dat_arp_create_reply()
|
H A D | bridge_loop_avoidance.c | 361 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in batadv_bla_send_claim()
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_alb.c | 434 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in rlb_update_client()
|
H A D | bond_main.c | 3000 skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip, in bond_arp_send()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 226 skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src, in stmmac_test_get_arp_skb()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 1901 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
|