Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Darp.h75 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
/Linux-v5.10/net/ipv4/
Darp.c313 skb = arp_create(type, ptype, dest_ip, dev, src_ip, in arp_send_dst()
523 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, in arp_create() function
628 EXPORT_SYMBOL(arp_create);
/Linux-v5.10/net/bridge/
Dbr_arp_nd_proxy.c63 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
/Linux-v5.10/net/batman-adv/
Ddistributed-arp-table.c1169 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->soft_iface, in batadv_dat_arp_create_reply()
Dbridge_loop_avoidance.c356 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in batadv_bla_send_claim()
/Linux-v5.10/drivers/net/bonding/
Dbond_alb.c432 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in rlb_update_client()
Dbond_main.c2580 skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip, in bond_arp_send()
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_selftests.c226 skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src, in stmmac_test_get_arp_skb()
/Linux-v5.10/drivers/net/
Dvxlan.c2037 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()