Searched refs:arp_create (Results 1 - 3 of 3) sorted by relevance

/net/ipv4/
H A Darp.c68 * Shmulik Hen: Split arp_send to arp_create and
575 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, function
680 EXPORT_SYMBOL(arp_create); variable
709 skb = arp_create(type, ptype, dest_ip, dev, src_ip,
/net/batman-adv/
H A Ddistributed-arp-table.c950 skb_new = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_src,
1024 skb_new = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_src,
H A Dbridge_loop_avoidance.c280 skb = arp_create(ARPOP_REPLY, ETH_P_ARP,

Completed in 35 milliseconds