Searched refs:ar_op (Results 1 – 12 of 12) sorted by relevance
/net/ipv4/ |
D | arp.c | 620 arp->ar_op = htons(type); in arp_create() 669 int *addr_type, __be16 ar_op, in arp_is_garp() argument 678 if (is_garp && ar_op == htons(ARPOP_REPLY)) in arp_is_garp() 760 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_process() 761 arp->ar_op != htons(ARPOP_REQUEST)) in arp_process() 821 if (arp->ar_op == htons(ARPOP_REQUEST) && skb_metadata_dst(skb)) in arp_process() 828 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process() 836 if (arp->ar_op == htons(ARPOP_REQUEST) && in arp_process() 892 is_garp = arp_is_garp(net, dev, &addr_type, arp->ar_op, in arp_process() 903 (arp->ar_op == htons(ARPOP_REPLY) && in arp_process() [all …]
|
D | ipconfig.c | 527 if (rarp->ar_op != htons(ARPOP_RREPLY)) in ic_rarp_recv()
|
/net/bridge/ |
D | br_arp_nd_proxy.c | 163 if (parp->ar_op != htons(ARPOP_RREQUEST) && in br_do_proxy_suppress_arp() 164 parp->ar_op != htons(ARPOP_RREPLY) && in br_do_proxy_suppress_arp() 172 if (parp->ar_op != htons(ARPOP_REQUEST)) in br_do_proxy_suppress_arp()
|
/net/bridge/netfilter/ |
D | ebt_arpreply.c | 34 if (ap->ar_op != htons(ARPOP_REQUEST) || in ebt_arpreply_tg()
|
D | ebt_arp.c | 30 NF_INVF(info, EBT_ARP_OPCODE, info->opcode != ah->ar_op)) in ebt_arp_mt()
|
D | ebt_log.c | 151 ntohs(ah->ar_op)); in ebt_log_packet()
|
/net/openvswitch/ |
D | flow.h | 247 __be16 ar_op; /* ARP opcode (command) */ member
|
D | flow.c | 777 if (ntohs(arp->ar_op) <= 0xff) in key_extract_l3l4() 778 key->ip.proto = ntohs(arp->ar_op); in key_extract_l3l4()
|
/net/core/ |
D | flow_dissector.c | 576 (arp->ar_op != htons(ARPOP_REPLY) && in __skb_flow_dissect_arp() 577 arp->ar_op != htons(ARPOP_REQUEST))) in __skb_flow_dissect_arp() 596 key_arp->op = ntohs(arp->ar_op) & 0xff; in __skb_flow_dissect_arp()
|
/net/batman-adv/ |
D | distributed-arp-table.c | 1054 if (arphdr->ar_op != htons(ARPOP_REQUEST)) { in batadv_arp_get_type() 1061 type = ntohs(arphdr->ar_op); in batadv_arp_get_type()
|
/net/netfilter/ |
D | nf_log_syslog.c | 90 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); in dump_arp_packet()
|
/net/ipv4/netfilter/ |
D | arp_tables.c | 94 (arphdr->ar_op & arpinfo->arpop_mask) != arpinfo->arpop)) in arp_packet_match()
|