Home
last modified time | relevance | path

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

/linux/net/bridge/netfilter/
H A 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()
H A Debt_arpreply.c36 ap->ar_pro != htons(ETH_P_IP) || in ebt_arpreply_tg()
H A Debt_log.c150 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), in ebt_log_packet()
/linux/net/ipv4/
H A Darp.c596 arp->ar_pro = htons(ETH_P_IP); in arp_create()
602 arp->ar_pro = htons(AX25_P_IP); in arp_create()
608 arp->ar_pro = htons(AX25_P_IP); in arp_create()
616 arp->ar_pro = htons(ETH_P_IP); in arp_create()
730 if (arp->ar_pro != htons(ETH_P_IP) || in arp_process()
748 arp->ar_pro != htons(ETH_P_IP)) in arp_process()
752 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
757 if (arp->ar_pro != htons(AX25_P_IP) || in arp_process()
H A Dipconfig.c531 if (rarp->ar_pro != htons(ETH_P_IP)) in ic_rarp_recv()
/linux/include/uapi/linux/
H A Dif_arp.h147 __be16 ar_pro; /* format of protocol address */ member
/linux/net/openvswitch/
H A Dflow.h244 __be16 ar_pro; /* format of protocol address */ member
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c96 arp->ar_pro != htons(ETH_P_IP)) in iwl_mei_rx_filter_arp()
/linux/drivers/net/ethernet/via/
H A Dvia-velocity.h1201 __be16 ar_pro; member
/linux/net/netfilter/
H A Dnf_log_syslog.c90 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); in dump_arp_packet()
/linux/net/batman-adv/
H A Ddistributed-arp-table.c1017 if (arphdr->ar_pro != htons(ETH_P_IP)) in batadv_arp_get_type()
H A Dbridge_loop_avoidance.c1135 if (arphdr->ar_pro != htons(ETH_P_IP)) in batadv_bla_process_claim()
/linux/net/ipv4/netfilter/
H A Darp_tables.c102 (arphdr->ar_pro & arpinfo->arpro_mask) != arpinfo->arpro)) in arp_packet_match()
/linux/net/core/
H A Dflow_dissector.c597 arp->ar_pro != htons(ETH_P_IP) || in __skb_flow_dissect_arp()
/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1249 arp_hdr->ar_pro = cpu_to_be16(ETH_P_IP); in wl1271_cmd_build_arp_rsp()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c1861 parp->ar_pro != htons(ETH_P_IP) || in arp_reduce()
/linux/drivers/net/bonding/
H A Dbond_main.c3106 arp->ar_pro != htons(ETH_P_IP) || in bond_arp_rcv()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c2925 arp_hdr->ar_pro = htons(ETH_P_IP); in rtw89_arp_response_get()