Searched refs:ARPOP_REPLY (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | if_arp.h | 104 #define ARPOP_REPLY 2 /* ARP reply */ macro
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebt_arpreply.c | 54 arp_send(ARPOP_REPLY, ETH_P_ARP, *siptr, (struct net_device *)par->in, in ebt_arpreply_tg()
|
/linux-4.4.14/net/ipv4/ |
D | arp.c | 709 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_process() 771 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process() 791 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process() 812 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process() 841 ((arp->ar_op == htons(ARPOP_REPLY) && in arp_process() 863 if (arp->ar_op != htons(ARPOP_REPLY) || in arp_process()
|
/linux-4.4.14/net/batman-adv/ |
D | distributed-arp-table.c | 988 skb_new = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_src, in batadv_dat_snoop_outgoing_arp_request() 1062 skb_new = arp_create(ARPOP_REPLY, ETH_P_ARP, ip_src, in batadv_dat_snoop_incoming_arp_request() 1121 if (type != ARPOP_REPLY) in batadv_dat_snoop_outgoing_arp_reply() 1167 if (type != ARPOP_REPLY) in batadv_dat_snoop_incoming_arp_reply()
|
D | bridge_loop_avoidance.c | 290 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in batadv_bla_send_claim()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | sta_rx.c | 47 if (arp->hdr.ar_op == htons(ARPOP_REPLY) || in mwifiex_discard_gratuitous_arp()
|
/linux-4.4.14/net/bridge/ |
D | br_input.c | 119 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, skb->dev, tip, in br_do_proxy_arp()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_alb.c | 324 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_recv() 462 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, in rlb_update_client() 689 if (arp->op_code == htons(ARPOP_REPLY)) { in rlb_arp_xmit()
|
D | bond_main.c | 2501 else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) && in bond_arp_rcv()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | ipt_CLUSTERIP.c | 526 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_mangle()
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | gdm_lte.c | 143 arp_out->ar_op = htons(ARPOP_REPLY); in gdm_lte_emulate_arp()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | cmd.c | 1246 arp_hdr->ar_op = cpu_to_be16(ARPOP_REPLY); in wl1271_cmd_build_arp_rsp()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 1979 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
|
/linux-4.4.14/drivers/net/ |
D | vxlan.c | 1404 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
|