ARPOP_REQUEST     673 drivers/net/bonding/bond_alb.c 	} else if (arp->op_code == htons(ARPOP_REQUEST)) {
ARPOP_REQUEST    2485 drivers/net/bonding/bond_main.c 			bond_arp_send(slave, ARPOP_REQUEST, targets[i],
ARPOP_REQUEST    2511 drivers/net/bonding/bond_main.c 		bond_arp_send(slave, ARPOP_REQUEST, targets[i], addr, tags);
ARPOP_REQUEST    1841 drivers/net/ethernet/chelsio/cxgb/sge.c 			    arp_hdr(skb)->ar_op == htons(ARPOP_REQUEST)) {
ARPOP_REQUEST    2030 drivers/net/ethernet/chelsio/cxgb3/sge.c 	if (arp->ar_op != htons(ARPOP_REQUEST))
ARPOP_REQUEST     221 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src,
ARPOP_REQUEST    3680 drivers/net/vmxnet3/vmxnet3_drv.c 		ahdr->ar_op = htons(ARPOP_REQUEST);
ARPOP_REQUEST    1831 drivers/net/vxlan.c 	    parp->ar_op != htons(ARPOP_REQUEST) ||
ARPOP_REQUEST      48 drivers/net/wireless/marvell/mwifiex/sta_rx.c 		    arp->hdr.ar_op == htons(ARPOP_REQUEST)) {
ARPOP_REQUEST    1108 net/batman-adv/distributed-arp-table.c 	if (arphdr->ar_op != htons(ARPOP_REQUEST)) {
ARPOP_REQUEST    1213 net/batman-adv/distributed-arp-table.c 	if (type != ARPOP_REQUEST)
ARPOP_REQUEST    1306 net/batman-adv/distributed-arp-table.c 	if (type != ARPOP_REQUEST)
ARPOP_REQUEST    1869 net/batman-adv/distributed-arp-table.c 	if (type != ARPOP_REQUEST)
ARPOP_REQUEST     165 net/bridge/br_arp_nd_proxy.c 	if (parp->ar_op != htons(ARPOP_REQUEST))
ARPOP_REQUEST      34 net/bridge/netfilter/ebt_arpreply.c 	if (ap->ar_op != htons(ARPOP_REQUEST) ||
ARPOP_REQUEST     478 net/core/flow_dissector.c 	     arp->ar_op != htons(ARPOP_REQUEST)))
ARPOP_REQUEST     389 net/ipv4/arp.c 	arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr,
ARPOP_REQUEST     738 net/ipv4/arp.c 	    arp->ar_op != htons(ARPOP_REQUEST))
ARPOP_REQUEST     798 net/ipv4/arp.c 	if (arp->ar_op == htons(ARPOP_REQUEST) && skb_metadata_dst(skb))
ARPOP_REQUEST     805 net/ipv4/arp.c 		if (arp->ar_op == htons(ARPOP_REQUEST) &&
ARPOP_REQUEST     813 net/ipv4/arp.c 	if (arp->ar_op == htons(ARPOP_REQUEST) &&
ARPOP_REQUEST    1512 net/ipv4/devinet.c 		arp_send(ARPOP_REQUEST, ETH_P_ARP,
ARPOP_REQUEST     622 net/ipv4/netfilter/ipt_CLUSTERIP.c 	    arp->ar_op != htons(ARPOP_REQUEST))