Searched refs:arp_create (Results 1 – 4 of 4) sorted by relevance
/net/ipv4/ |
D | arp.c | 311 skb = arp_create(type, ptype, dest_ip, dev, src_ip, in arp_send_dst() 521 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, in arp_create() function 626 EXPORT_SYMBOL(arp_create);
|
/net/bridge/ |
D | br_arp_nd_proxy.c | 63 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
|
/net/batman-adv/ |
D | distributed-arp-table.c | 1167 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->soft_iface, in batadv_dat_arp_create_reply()
|
D | bridge_loop_avoidance.c | 354 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in batadv_bla_send_claim()
|