Searched refs:ARPOP_REPLY (Results 1 – 16 of 16) sorted by relevance
/linux/net/ipv4/ |
A D | arp.c | 657 if (is_garp && ar_op == htons(ARPOP_REPLY)) in arp_is_garp() 739 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_process() 810 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process() 830 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process() 851 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process() 882 (arp->ar_op == htons(ARPOP_REPLY) && in arp_process() 908 if (arp->ar_op != htons(ARPOP_REPLY) || in arp_process()
|
/linux/include/uapi/linux/ |
A D | if_arp.h | 108 #define ARPOP_REPLY 2 /* ARP reply */ macro
|
/linux/net/bridge/netfilter/ |
A D | ebt_arpreply.c | 55 arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, in ebt_arpreply_tg()
|
/linux/net/bridge/ |
A D | br_arp_nd_proxy.c | 58 arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send() 63 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | sta_rx.c | 47 if (arp->hdr.ar_op == htons(ARPOP_REPLY) || in mwifiex_discard_gratuitous_arp()
|
/linux/net/batman-adv/ |
A D | distributed-arp-table.c | 1113 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_dst, bat_priv->soft_iface, in batadv_dat_arp_create_reply() 1313 if (type != ARPOP_REPLY) in batadv_dat_snoop_outgoing_arp_reply() 1361 if (type != ARPOP_REPLY) in batadv_dat_snoop_incoming_arp_reply()
|
A D | bridge_loop_avoidance.c | 360 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in batadv_bla_send_claim()
|
/linux/drivers/net/bonding/ |
A D | bond_alb.c | 295 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_recv() 433 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in rlb_update_client() 667 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_xmit()
|
A D | bond_main.c | 3050 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()
|
/linux/net/ipv4/netfilter/ |
A D | ipt_CLUSTERIP.c | 653 if (arp->ar_op != htons(ARPOP_REPLY) && in clusterip_arp_mangle()
|
/linux/drivers/staging/gdm724x/ |
A D | gdm_lte.c | 138 arp_out->ar_op = htons(ARPOP_REPLY); in gdm_lte_emulate_arp()
|
/linux/net/core/ |
A D | flow_dissector.c | 496 (arp->ar_op != htons(ARPOP_REPLY) && in __skb_flow_dissect_arp()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
A D | stmmac_selftests.c | 1608 if (ahdr->ar_op != htons(ARPOP_REPLY)) in stmmac_test_arp_validate()
|
/linux/drivers/net/wireless/ti/wlcore/ |
A D | cmd.c | 1246 arp_hdr->ar_op = cpu_to_be16(ARPOP_REPLY); in wl1271_cmd_build_arp_rsp()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
A D | sge.c | 2051 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
|
/linux/drivers/net/ |
A D | vxlan.c | 2038 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
|
Completed in 53 milliseconds