Home
last modified time | relevance | path

Searched refs:ar_hrd (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/net/bridge/netfilter/
A Debt_arp.c33 NF_INVF(info, EBT_ARP_HTYPE, info->htype != ah->ar_hrd)) in ebt_arp_mt()
72 if (ah->ar_hln != ETH_ALEN || ah->ar_hrd != htons(ARPHRD_ETHER)) in ebt_arp_mt()
A Debt_log.c150 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), in ebt_log_packet()
156 if (ah->ar_hrd == htons(1) && in ebt_log_packet()
/linux-6.3-rc2/net/ipv4/
A Darp.c592 arp->ar_hrd = htons(dev->type); in arp_create()
598 arp->ar_hrd = htons(ARPHRD_AX25); in arp_create()
604 arp->ar_hrd = htons(ARPHRD_NETROM); in arp_create()
612 arp->ar_hrd = htons(ARPHRD_ETHER); in arp_create()
726 htons(dev_type) != arp->ar_hrd) in arp_process()
741 if ((arp->ar_hrd != htons(ARPHRD_ETHER) && in arp_process()
742 arp->ar_hrd != htons(ARPHRD_IEEE802)) || in arp_process()
748 arp->ar_hrd != htons(ARPHRD_AX25)) in arp_process()
753 arp->ar_hrd != htons(ARPHRD_NETROM)) in arp_process()
A Dipconfig.c523 if (rarp->ar_hln != dev->addr_len || dev->type != ntohs(rarp->ar_hrd)) in ic_rarp_recv()
/linux-6.3-rc2/include/uapi/linux/
A Dif_arp.h146 __be16 ar_hrd; /* format of hardware address */ member
/linux-6.3-rc2/net/openvswitch/
A Dflow.h243 __be16 ar_hrd; /* format of hardware address */ member
A Dflow.c770 arp->ar_hrd == htons(ARPHRD_ETHER) && in key_extract_l3l4()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mei/
A Dnet.c95 if (arp->ar_hrd != htons(ARPHRD_ETHER) || in iwl_mei_rx_filter_arp()
/linux-6.3-rc2/net/netfilter/
A Dnf_log_syslog.c90 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); in dump_arp_packet()
94 if (ah->ar_hrd != htons(ARPHRD_ETHER) || in dump_arp_packet()
/linux-6.3-rc2/drivers/net/ethernet/via/
A Dvia-velocity.h1200 __be16 ar_hrd; member
/linux-6.3-rc2/net/batman-adv/
A Ddistributed-arp-table.c1026 if (arphdr->ar_hrd != htons(ARPHRD_ETHER)) in batadv_arp_get_type()
A Dbridge_loop_avoidance.c1133 if (arphdr->ar_hrd != htons(ARPHRD_ETHER)) in batadv_bla_process_claim()
/linux-6.3-rc2/net/ipv4/netfilter/
A Darp_tables.c98 (arphdr->ar_hrd & arpinfo->arhrd_mask) != arpinfo->arhrd)) in arp_packet_match()
/linux-6.3-rc2/net/core/
A Dflow_dissector.c518 if (arp->ar_hrd != htons(ARPHRD_ETHER) || in __skb_flow_dissect_arp()
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/
A Dcmd.c1240 arp_hdr->ar_hrd = cpu_to_be16(ARPHRD_ETHER); in wl1271_cmd_build_arp_rsp()
/linux-6.3-rc2/drivers/net/vxlan/
A Dvxlan_core.c1841 if ((parp->ar_hrd != htons(ARPHRD_ETHER) && in arp_reduce()
1842 parp->ar_hrd != htons(ARPHRD_IEEE802)) || in arp_reduce()
/linux-6.3-rc2/drivers/net/bonding/
A Dbond_main.c3048 arp->ar_hrd != htons(ARPHRD_ETHER) || in bond_arp_rcv()

Completed in 55 milliseconds