Lines Matching defs:ar_op
599 arp->ar_op = htons(type);
648 int *addr_type, __be16 ar_op,
657 if (is_garp && ar_op == htons(ARPOP_REPLY))
739 if (arp->ar_op != htons(ARPOP_REPLY) &&
740 arp->ar_op != htons(ARPOP_REQUEST))
800 if (arp->ar_op == htons(ARPOP_REQUEST) && skb_metadata_dst(skb))
807 if (arp->ar_op == htons(ARPOP_REQUEST) &&
815 if (arp->ar_op == htons(ARPOP_REQUEST) &&
871 is_garp = arp_is_garp(net, dev, &addr_type, arp->ar_op,
882 (arp->ar_op == htons(ARPOP_REPLY) &&
908 if (arp->ar_op != htons(ARPOP_REPLY) ||