Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dskbuff.h4016 * skb_has_shared_frag - can any frag be overwritten
4022 static inline bool skb_has_shared_frag(const struct sk_buff *skb) in __skb_postpull_rcsum()
3997 static inline bool skb_has_shared_frag(const struct sk_buff *skb) skb_has_shared_frag() function
/linux/net/core/
H A Ddev.c3588 if (skb_has_shared_frag(skb)) { in skb_checksum_help()
3638 if (unlikely(skb_has_shared_frag(skb))) { in skb_crc32c_csum_help()
H A Dskbuff.c5031 if (skb_has_shared_frag(nskb) && in skb_segment()