Lines Matching defs:ar_op
621 arp->ar_op = htons(type);
672 int *addr_type, __be16 ar_op,
681 if (is_garp && ar_op == htons(ARPOP_REPLY))
763 if (arp->ar_op != htons(ARPOP_REPLY) &&
764 arp->ar_op != htons(ARPOP_REQUEST))
824 if (arp->ar_op == htons(ARPOP_REQUEST) && skb_metadata_dst(skb))
831 if (arp->ar_op == htons(ARPOP_REQUEST) &&
839 if (arp->ar_op == htons(ARPOP_REQUEST) &&
895 is_garp = arp_is_garp(net, dev, &addr_type, arp->ar_op,
906 (arp->ar_op == htons(ARPOP_REPLY) &&
932 if (arp->ar_op != htons(ARPOP_REPLY) ||