Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/core/
H A Dgso.c66 static bool skb_needs_check(const struct sk_buff *skb, bool tx_path) in skb_needs_check() function
93 if (unlikely(skb_needs_check(skb, tx_path))) { in __skb_gso_segment()
126 if (segs != skb && unlikely(skb_needs_check(skb, tx_path) && !IS_ERR(segs))) in __skb_gso_segment()
/kernel/linux/linux-5.10/net/core/
H A Ddev.c3364 static inline bool skb_needs_check(struct sk_buff *skb, bool tx_path) in skb_needs_check() function
3391 if (unlikely(skb_needs_check(skb, tx_path))) { in __skb_gso_segment()
3424 if (segs != skb && unlikely(skb_needs_check(skb, tx_path) && !IS_ERR(segs))) in __skb_gso_segment()

Completed in 15 milliseconds