Searched refs:ARPOP_REQUEST (Results 1 – 13 of 13) sorted by relevance
/linux/include/uapi/linux/ |
H A D | if_arp.h | 107 #define ARPOP_REQUEST 1 /* ARP request */ macro
|
/linux/net/bridge/netfilter/ |
H A D | ebt_arpreply.c | 34 if (ap->ar_op != htons(ARPOP_REQUEST) || in ebt_arpreply_tg()
|
/linux/net/ipv4/ |
H A D | arp.c | 392 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit() 764 arp->ar_op != htons(ARPOP_REQUEST)) in arp_process() 824 if (arp->ar_op == htons(ARPOP_REQUEST) && skb_metadata_dst(skb)) in arp_process() 831 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process() 839 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process()
|
H A D | devinet.c | 1580 arp_send(ARPOP_REQUEST, ETH_P_ARP, in inetdev_send_gratuitous_arp()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_rx.c | 36 arp->hdr.ar_op == htons(ARPOP_REQUEST)) { in mwifiex_discard_gratuitous_arp()
|
/linux/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | net.c | 112 if (arp->ar_op == htons(ARPOP_REQUEST) && in iwl_mei_rx_filter_arp()
|
/linux/drivers/net/bonding/ |
H A D | bond_alb.c | 686 } else if (arp->op_code == htons(ARPOP_REQUEST)) { in rlb_arp_xmit()
|
H A D | bond_main.c | 3163 bond_arp_send(slave, ARPOP_REQUEST, targets[i], in bond_arp_send_all() 3189 bond_arp_send(slave, ARPOP_REQUEST, targets[i], addr, tags); in bond_arp_send_all()
|
/linux/net/core/ |
H A D | flow_dissector.c | 601 arp->ar_op != htons(ARPOP_REQUEST))) in __skb_flow_dissect_arp()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H 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/ |
H A D | sge.c | 1879 arp_hdr(skb)->ar_op == htons(ARPOP_REQUEST)) { in t1_start_xmit()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 2035 if (arp->ar_op != htons(ARPOP_REQUEST)) in cxgb3_arp_process()
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 1887 parp->ar_op != htons(ARPOP_REQUEST) || in arp_reduce()
|