Home
last modified time | relevance | path

Searched refs:arp_create (Results 1 – 8 of 8) sorted by relevance

/linux/include/net/
H A Darp.h70 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
/linux/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, in arp_send_dst()
545 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, in arp_create() function
650 EXPORT_SYMBOL(arp_create);
/linux/net/bridge/
H A Dbr_arp_nd_proxy.c63 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
/linux/net/batman-adv/
H A Ddistributed-arp-table.c1102 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->mesh_iface, in batadv_dat_arp_create_reply()
H A Dbridge_loop_avoidance.c361 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in batadv_bla_send_claim()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c226 skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src, in stmmac_test_get_arp_skb()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c1898 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
/linux/drivers/net/bonding/
H A Dbond_main.c3106 skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip, in bond_arp_send()