Home
last modified time | relevance | path

Searched refs:ar_pro (Results 1 – 14 of 14) sorted by relevance

/net/ipv4/
Darp.c572 arp->ar_pro = htons(ETH_P_IP); in arp_create()
578 arp->ar_pro = htons(AX25_P_IP); in arp_create()
584 arp->ar_pro = htons(AX25_P_IP); in arp_create()
592 arp->ar_pro = htons(ETH_P_IP); in arp_create()
704 if (arp->ar_pro != htons(ETH_P_IP) || in arp_process()
722 arp->ar_pro != htons(ETH_P_IP)) in arp_process()
726 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
731 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
Dipconfig.c523 if (rarp->ar_pro != htons(ETH_P_IP)) in ic_rarp_recv()
/net/bridge/netfilter/
Debt_arp.c36 NF_INVF(info, EBT_ARP_PTYPE, info->ptype != ah->ar_pro)) in ebt_arp_mt()
43 if (ah->ar_pln != sizeof(__be32) || ah->ar_pro != htons(ETH_P_IP)) in ebt_arp_mt()
Debt_arpreply.c36 ap->ar_pro != htons(ETH_P_IP) || in ebt_arpreply_tg()
Debt_log.c150 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), in ebt_log_packet()
/net/openvswitch/
Dflow.h230 __be16 ar_pro; /* format of protocol address */ member
Dflow.c627 arp->ar_pro == htons(ETH_P_IP) && in key_extract_l3l4()
/net/bridge/
Dbr_arp_nd_proxy.c143 if (parp->ar_pro != htons(ETH_P_IP) || in br_do_proxy_suppress_arp()
/net/ipv4/netfilter/
Dipt_CLUSTERIP.c651 arp->ar_pro != htons(ETH_P_IP) || in clusterip_arp_mangle()
Darp_tables.c102 (arphdr->ar_pro & arpinfo->arpro_mask) != arpinfo->arpro)) in arp_packet_match()
/net/netfilter/
Dnf_log_syslog.c84 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); in dump_arp_packet()
/net/batman-adv/
Ddistributed-arp-table.c1029 if (arphdr->ar_pro != htons(ETH_P_IP)) in batadv_arp_get_type()
Dbridge_loop_avoidance.c1134 if (arphdr->ar_pro != htons(ETH_P_IP)) in batadv_bla_process_claim()
/net/core/
Dflow_dissector.c493 arp->ar_pro != htons(ETH_P_IP) || in __skb_flow_dissect_arp()