Searched refs:is_arp (Results 1 – 5 of 5) sorted by relevance
306 uint64_t is_arp:1; member386 uint64_t is_arp:1;
113 uint64_t is_arp:1; member
2054 static inline int is_arp(struct sk_buff *skb) in is_arp() function2062 if (is_arp(skb)) { in cxgb3_process_iscsi_prov_pack()
3490 bool is_arp = skb->protocol == __cpu_to_be16(ETH_P_ARP); in bond_rcv_validate() local3497 if ((slave_do_arp_validate_only(bond) && is_arp) || in bond_rcv_validate()3504 } else if (is_arp) { in bond_rcv_validate()
1266 (is_arp(skb) && is_arp_filt_enabled(adapter))1268 #define is_arp(skb) (skb->protocol == htons(ETH_P_ARP)) macro