Searched refs:ARPOP_REQUEST (Results 1 – 16 of 16) sorted by relevance
/linux/include/uapi/linux/ |
A D | if_arp.h | 107 #define ARPOP_REQUEST 1 /* ARP request */ macro
|
/linux/net/bridge/netfilter/ |
A D | ebt_arpreply.c | 34 if (ap->ar_op != htons(ARPOP_REQUEST) || in ebt_arpreply_tg()
|
/linux/net/ipv4/ |
A D | arp.c | 391 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit() 740 arp->ar_op != htons(ARPOP_REQUEST)) in arp_process() 800 if (arp->ar_op == htons(ARPOP_REQUEST) && skb_metadata_dst(skb)) in arp_process() 807 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process() 815 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process()
|
A D | devinet.c | 1513 arp_send(ARPOP_REQUEST, ETH_P_ARP, in inetdev_send_gratuitous_arp()
|
/linux/net/batman-adv/ |
A D | distributed-arp-table.c | 1054 if (arphdr->ar_op != htons(ARPOP_REQUEST)) { in batadv_arp_get_type() 1159 if (type != ARPOP_REQUEST) in batadv_dat_snoop_outgoing_arp_request() 1251 if (type != ARPOP_REQUEST) in batadv_dat_snoop_incoming_arp_request() 1812 if (type != ARPOP_REQUEST) in batadv_dat_drop_broadcast_packet()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | sta_rx.c | 48 arp->hdr.ar_op == htons(ARPOP_REQUEST)) { in mwifiex_discard_gratuitous_arp()
|
/linux/net/bridge/ |
A D | br_arp_nd_proxy.c | 172 if (parp->ar_op != htons(ARPOP_REQUEST)) in br_do_proxy_suppress_arp()
|
/linux/net/ipv4/netfilter/ |
A D | ipt_CLUSTERIP.c | 654 arp->ar_op != htons(ARPOP_REQUEST)) in clusterip_arp_mangle()
|
/linux/drivers/net/bonding/ |
A D | bond_alb.c | 675 } else if (arp->op_code == htons(ARPOP_REQUEST)) { in rlb_arp_xmit()
|
A D | bond_main.c | 2916 bond_arp_send(slave, ARPOP_REQUEST, targets[i], in bond_arp_send_all() 2942 bond_arp_send(slave, ARPOP_REQUEST, targets[i], addr, tags); in bond_arp_send_all()
|
/linux/net/core/ |
A D | flow_dissector.c | 497 arp->ar_op != htons(ARPOP_REQUEST))) in __skb_flow_dissect_arp()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
A D | stmmac_selftests.c | 226 skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src, in stmmac_test_get_arp_skb()
|
/linux/drivers/net/ethernet/chelsio/cxgb/ |
A D | sge.c | 1888 arp_hdr(skb)->ar_op == htons(ARPOP_REQUEST)) { in t1_start_xmit()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
A D | sge.c | 2037 if (arp->ar_op != htons(ARPOP_REQUEST)) in cxgb3_arp_process()
|
/linux/drivers/net/vmxnet3/ |
A D | vmxnet3_drv.c | 3880 ahdr->ar_op = htons(ARPOP_REQUEST); in vmxnet3_suspend()
|
/linux/drivers/net/ |
A D | vxlan.c | 2004 parp->ar_op != htons(ARPOP_REQUEST) || in arp_reduce()
|
Completed in 62 milliseconds