Home
last modified time | relevance | path

Searched refs:skb_has_frag_list (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dskbuff.h1871 #define SKB_FRAG_ASSERT(skb) BUG_ON(skb_has_frag_list(skb))
3019 static inline bool skb_has_frag_list(const struct sk_buff *skb) in skb_has_frag_list() function
3144 ((skb_has_frag_list(skb) && !(features & NETIF_F_FRAGLIST)) || in skb_needs_linearize()
3653 !skb_has_frag_list(skb); in skb_irq_freeable()
Dnetdevice.h4170 (!skb_has_frag_list(skb) || (features & NETIF_F_FRAGLIST)); in skb_gso_ok()