Searched refs:ar_hrd (Results 1 – 17 of 17) sorted by relevance
60 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); in dump_arp_packet()65 if (ah->ar_hrd != htons(ARPHRD_ETHER) || in dump_arp_packet()
605 if (arp->ar_hrd != htons(ARPHRD_ETHER) || in arp_mangle()
97 (arphdr->ar_hrd & arpinfo->arhrd_mask) != arpinfo->arhrd)) in arp_packet_match()
32 NF_INVF(info, EBT_ARP_HTYPE, info->htype != ah->ar_hrd)) in ebt_arp_mt()71 if (ah->ar_hln != ETH_ALEN || ah->ar_hrd != htons(ARPHRD_ETHER)) in ebt_arp_mt()
149 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), in ebt_log_packet()155 if (ah->ar_hrd == htons(1) && in ebt_log_packet()
573 arp->ar_hrd = htons(dev->type); in arp_create()579 arp->ar_hrd = htons(ARPHRD_AX25); in arp_create()585 arp->ar_hrd = htons(ARPHRD_NETROM); in arp_create()593 arp->ar_hrd = htons(ARPHRD_ETHER); in arp_create()707 htons(dev_type) != arp->ar_hrd) in arp_process()722 if ((arp->ar_hrd != htons(ARPHRD_ETHER) && in arp_process()723 arp->ar_hrd != htons(ARPHRD_IEEE802)) || in arp_process()729 arp->ar_hrd != htons(ARPHRD_AX25)) in arp_process()734 arp->ar_hrd != htons(ARPHRD_NETROM)) in arp_process()
495 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
241 __be16 ar_hrd; /* format of hardware address */ member
697 arp->ar_hrd == htons(ARPHRD_ETHER) && in key_extract()
1210 __be16 ar_hrd; member
1040 if (arphdr->ar_hrd != htons(ARPHRD_ETHER)) in batadv_arp_get_type()
1130 if (arphdr->ar_hrd != htons(ARPHRD_ETHER)) in batadv_bla_process_claim()
316 if (arp->ar_hrd != htons(ARPHRD_ETHER) || in __skb_flow_dissect_arp()
1255 arp_hdr->ar_hrd = cpu_to_be16(ARPHRD_ETHER); in wl1271_cmd_build_arp_rsp()
1504 if ((parp->ar_hrd != htons(ARPHRD_ETHER) && in arp_reduce()1505 parp->ar_hrd != htons(ARPHRD_IEEE802)) || in arp_reduce()
2558 arp->ar_hrd != htons(ARPHRD_ETHER) || in bond_arp_rcv()