Home
last modified time | relevance | path

Searched refs:ARPOP_REPLY (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/net/ipv4/
Darp.c659 if (is_garp && ar_op == htons(ARPOP_REPLY)) in arp_is_garp()
741 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_process()
812 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process()
832 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
853 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
884 (arp->ar_op == htons(ARPOP_REPLY) && in arp_process()
910 if (arp->ar_op != htons(ARPOP_REPLY) || in arp_process()
/Linux-v4.19/include/uapi/linux/
Dif_arp.h107 #define ARPOP_REPLY 2 /* ARP reply */ macro
/Linux-v4.19/net/bridge/netfilter/
Debt_arpreply.c54 arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, in ebt_arpreply_tg()
/Linux-v4.19/net/bridge/
Dbr_arp_nd_proxy.c61 arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
66 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_rx.c47 if (arp->hdr.ar_op == htons(ARPOP_REPLY) || in mwifiex_discard_gratuitous_arp()
/Linux-v4.19/net/batman-adv/
Ddistributed-arp-table.c1127 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->soft_iface, in batadv_dat_arp_create_reply()
1329 if (type != ARPOP_REPLY) in batadv_dat_snoop_outgoing_arp_reply()
1375 if (type != ARPOP_REPLY) in batadv_dat_snoop_incoming_arp_reply()
Dbridge_loop_avoidance.c367 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in batadv_bla_send_claim()
/Linux-v4.19/drivers/net/bonding/
Dbond_alb.c316 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_recv()
453 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in rlb_update_client()
680 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_xmit()
Dbond_main.c2606 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()
/Linux-v4.19/net/ipv4/netfilter/
Dipt_CLUSTERIP.c611 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_mangle()
/Linux-v4.19/drivers/staging/gdm724x/
Dgdm_lte.c138 arp_out->ar_op = htons(ARPOP_REPLY); in gdm_lte_emulate_arp()
/Linux-v4.19/net/core/
Dflow_dissector.c320 (arp->ar_op != htons(ARPOP_REPLY) && in __skb_flow_dissect_arp()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dcmd.c1259 arp_hdr->ar_op = cpu_to_be16(ARPOP_REPLY); in wl1271_cmd_build_arp_rsp()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c2044 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
/Linux-v4.19/drivers/net/
Dvxlan.c1541 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()