Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dgre_offload.c86 if (skb_has_shared_frag(skb)) { in gre_gso_segment()
/linux-4.4.14/include/linux/
Dskbuff.h2709 static inline bool skb_has_shared_frag(const struct sk_buff *skb) in skb_has_shared_frag() function
/linux-4.4.14/net/core/
Ddev.c2445 if (skb_has_shared_frag(skb)) { in skb_checksum_help()