Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Ddev.c2971 static inline bool skb_needs_check(struct sk_buff *skb, bool tx_path) in skb_needs_check() function
2998 if (unlikely(skb_needs_check(skb, tx_path))) { in __skb_gso_segment()
3031 if (unlikely(skb_needs_check(skb, tx_path) && !IS_ERR(segs))) in __skb_gso_segment()