Searched refs:arp_create (Results 1 - 9 of 9) sorted by path

/linux-master/drivers/net/bonding/
H A Dbond_alb.c434 skb = arp_create(ARPOP_REPLY, ETH_P_ARP,
H A Dbond_main.c2948 skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip,
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c226 skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src,
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c1904 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha,
/linux-master/include/net/
H A Darp.h70 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
/linux-master/net/batman-adv/
H A Dbridge_loop_avoidance.c361 skb = arp_create(ARPOP_REPLY, ETH_P_ARP,
H A Ddistributed-arp-table.c1112 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->soft_iface,
/linux-master/net/bridge/
H A Dbr_arp_nd_proxy.c63 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip,
/linux-master/net/ipv4/
H A Darp.c64 * Shmulik Hen: Split arp_send to arp_create and
314 skb = arp_create(type, ptype, dest_ip, dev, src_ip,
545 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
650 EXPORT_SYMBOL(arp_create);
544 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, function
649 EXPORT_SYMBOL(arp_create); variable

Completed in 484 milliseconds