Searched refs:skb_has_frag_list (Results 1 – 2 of 2) sorted by relevance
1871 #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() function3144 ((skb_has_frag_list(skb) && !(features & NETIF_F_FRAGLIST)) || in skb_needs_linearize()3653 !skb_has_frag_list(skb); in skb_irq_freeable()
4170 (!skb_has_frag_list(skb) || (features & NETIF_F_FRAGLIST)); in skb_gso_ok()