Home
last modified time | relevance | path

Searched refs:ar_op (Results 1 – 12 of 12) sorted by relevance

/net/ipv4/
Darp.c620 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 …]
Dipconfig.c527 if (rarp->ar_op != htons(ARPOP_RREPLY)) in ic_rarp_recv()
/net/bridge/
Dbr_arp_nd_proxy.c163 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/
Debt_arpreply.c34 if (ap->ar_op != htons(ARPOP_REQUEST) || in ebt_arpreply_tg()
Debt_arp.c30 NF_INVF(info, EBT_ARP_OPCODE, info->opcode != ah->ar_op)) in ebt_arp_mt()
Debt_log.c151 ntohs(ah->ar_op)); in ebt_log_packet()
/net/openvswitch/
Dflow.h247 __be16 ar_op; /* ARP opcode (command) */ member
Dflow.c777 if (ntohs(arp->ar_op) <= 0xff) in key_extract_l3l4()
778 key->ip.proto = ntohs(arp->ar_op); in key_extract_l3l4()
/net/core/
Dflow_dissector.c576 (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/
Ddistributed-arp-table.c1054 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/
Dnf_log_syslog.c90 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); in dump_arp_packet()
/net/ipv4/netfilter/
Darp_tables.c94 (arphdr->ar_op & arpinfo->arpop_mask) != arpinfo->arpop)) in arp_packet_match()