Lines Matching defs:ar_op
620 arp->ar_op = htons(type);
669 int *addr_type, __be16 ar_op,
678 if (is_garp && ar_op == htons(ARPOP_REPLY))
760 if (arp->ar_op != htons(ARPOP_REPLY) &&
761 arp->ar_op != htons(ARPOP_REQUEST))
821 if (arp->ar_op == htons(ARPOP_REQUEST) && skb_metadata_dst(skb))
828 if (arp->ar_op == htons(ARPOP_REQUEST) &&
836 if (arp->ar_op == htons(ARPOP_REQUEST) &&
892 is_garp = arp_is_garp(net, dev, &addr_type, arp->ar_op,
903 (arp->ar_op == htons(ARPOP_REPLY) &&
929 if (arp->ar_op != htons(ARPOP_REPLY) ||