Searched refs:ar_hrd (Results 1 – 17 of 17) sorted by relevance
57 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); in dump_arp_packet()62 if (ah->ar_hrd != htons(ARPHRD_ETHER) || in dump_arp_packet()
615 if (arp->ar_hrd != htons(ARPHRD_ETHER) || in arp_mangle()
98 (arphdr->ar_hrd & arpinfo->arhrd_mask) != arpinfo->arhrd)) in arp_packet_match()
33 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()
150 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), in ebt_log_packet()156 if (ah->ar_hrd == htons(1) && in ebt_log_packet()
569 arp->ar_hrd = htons(dev->type); in arp_create()575 arp->ar_hrd = htons(ARPHRD_AX25); in arp_create()581 arp->ar_hrd = htons(ARPHRD_NETROM); in arp_create()589 arp->ar_hrd = htons(ARPHRD_ETHER); in arp_create()703 htons(dev_type) != arp->ar_hrd) in arp_process()718 if ((arp->ar_hrd != htons(ARPHRD_ETHER) && in arp_process()719 arp->ar_hrd != htons(ARPHRD_IEEE802)) || in arp_process()725 arp->ar_hrd != htons(ARPHRD_AX25)) in arp_process()730 arp->ar_hrd != htons(ARPHRD_NETROM)) in arp_process()
499 if (rarp->ar_hln != dev->addr_len || dev->type != ntohs(rarp->ar_hrd)) in ic_rarp_recv()
145 __be16 ar_hrd; /* format of hardware address */ member
227 __be16 ar_hrd; /* format of hardware address */ member
620 arp->ar_hrd == htons(ARPHRD_ETHER) && in key_extract_l3l4()
1201 __be16 ar_hrd; member
1078 if (arphdr->ar_hrd != htons(ARPHRD_ETHER)) in batadv_arp_get_type()
1127 if (arphdr->ar_hrd != htons(ARPHRD_ETHER)) in batadv_bla_process_claim()
457 if (arp->ar_hrd != htons(ARPHRD_ETHER) || in __skb_flow_dissect_arp()
1241 arp_hdr->ar_hrd = cpu_to_be16(ARPHRD_ETHER); in wl1271_cmd_build_arp_rsp()
1828 if ((parp->ar_hrd != htons(ARPHRD_ETHER) && in arp_reduce()1829 parp->ar_hrd != htons(ARPHRD_IEEE802)) || in arp_reduce()
2574 arp->ar_hrd != htons(ARPHRD_ETHER) || in bond_arp_rcv()