Searched defs:is_arp (Results 1 – 4 of 4) sorted by relevance
306 uint64_t is_arp:1; member
2054 static inline int is_arp(struct sk_buff *skb) in is_arp() function
1268 #define is_arp(skb) (skb->protocol == htons(ETH_P_ARP)) macro
113 uint64_t is_arp:1; member