Searched refs:ARPOP_REQUEST (Results 1 – 9 of 9) 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() 765 arp->ar_op != htons(ARPOP_REQUEST)) in arp_process() 825 if (arp->ar_op == htons(ARPOP_REQUEST) && skb_metadata_dst(skb)) in arp_process() 832 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process() 840 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process()
|
| /linux/net/batman-adv/ |
| H A D | distributed-arp-table.c | 1052 if (arphdr->ar_op != htons(ARPOP_REQUEST)) { in batadv_arp_get_type() 1164 if (type != ARPOP_REQUEST) in batadv_dat_snoop_outgoing_arp_request() 1260 if (type != ARPOP_REQUEST) in batadv_dat_snoop_incoming_arp_request() 1836 if (type != ARPOP_REQUEST) in batadv_dat_drop_broadcast_packet()
|
| /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/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()
|