Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Darp.c682 if (is_garp && ar_op == htons(ARPOP_REPLY)) in arp_is_garp()
764 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_process()
835 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process()
855 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
876 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
907 (arp->ar_op == htons(ARPOP_REPLY) && in arp_process()
933 if (arp->ar_op != htons(ARPOP_REPLY) || in arp_process()
/linux/include/uapi/linux/
H A Dif_arp.h108 #define ARPOP_REPLY 2 /* ARP reply */ macro
/linux/net/bridge/netfilter/
H A Debt_arpreply.c55 arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, in ebt_arpreply_tg()
/linux/net/bridge/
H A Dbr_arp_nd_proxy.c57 arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
62 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c35 if (arp->hdr.ar_op == htons(ARPOP_REPLY) || in mwifiex_discard_gratuitous_arp()
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c125 arp->ar_op == htons(ARPOP_REPLY)) { in iwl_mei_rx_filter_arp()
/linux/net/batman-adv/
H A Ddistributed-arp-table.c1101 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->mesh_iface, in batadv_dat_arp_create_reply()
1301 if (type != ARPOP_REPLY) in batadv_dat_snoop_outgoing_arp_reply()
1349 if (type != ARPOP_REPLY) in batadv_dat_snoop_incoming_arp_reply()
H A Dbridge_loop_avoidance.c361 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in batadv_bla_send_claim()
/linux/net/core/
H A Dflow_dissector.c600 (arp->ar_op != htons(ARPOP_REPLY) && in __skb_flow_dissect_arp()
618 * this covers ARPOP_REPLY and ARPOP_REQUEST. in __skb_flow_dissect_arp()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1607 if (ahdr->ar_op != htons(ARPOP_REPLY)) in stmmac_test_arp_validate()
/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1252 arp_hdr->ar_op = cpu_to_be16(ARPOP_REPLY); in wl1271_cmd_build_arp_rsp()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2049 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c1901 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
/linux/drivers/net/bonding/
H A Dbond_main.c3209 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()