Searched refs:arp_create (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/net/ |
D | arp.h | 47 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
|
/linux-4.1.27/net/ipv4/ |
D | arp.c | 481 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, in arp_create() function 586 EXPORT_SYMBOL(arp_create); 616 skb = arp_create(type, ptype, dest_ip, dev, src_ip, in arp_send()
|
/linux-4.1.27/net/batman-adv/ |
D | distributed-arp-table.c | 951 skb_new = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_src, in batadv_dat_snoop_outgoing_arp_request() 1025 skb_new = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_src, in batadv_dat_snoop_incoming_arp_request()
|
D | bridge_loop_avoidance.c | 275 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in batadv_bla_send_claim()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_alb.c | 462 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in rlb_update_client()
|
D | bond_main.c | 2241 skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip, in bond_arp_send()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 1391 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
|