Searched refs:GSO_BY_FRAGS (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/core/
H A Dgso.c203 * skb_gso_size_check - check the skb size, considering GSO_BY_FRAGS
212 * This is a helper to do that correctly considering GSO_BY_FRAGS.
217 * GSO_BY_FRAGS case this will be [header sizes + GSO_BY_FRAGS].
229 if (shinfo->gso_size != GSO_BY_FRAGS)
233 seg_len -= GSO_BY_FRAGS;
H A Dgso_test.c213 skb_shinfo(skb)->gso_size = GSO_BY_FRAGS;
H A Dskbuff.c4622 mss != GSO_BY_FRAGS && mss != skb_headlen(head_skb)) {
4650 if (sg && csum && (mss != GSO_BY_FRAGS)) {
4684 * Cap len to not accidentally hit GSO_BY_FRAGS.
4686 partial_segs = min(len, GSO_BY_FRAGS - 1) / mss;
4710 if (unlikely(mss == GSO_BY_FRAGS)) {
/linux-master/include/linux/
H A Dvirtio_net.h176 /* Kernel has a special handling for GSO_BY_FRAGS. */
177 if (gso_size == GSO_BY_FRAGS)
H A Dskbuff.h361 #define GSO_BY_FRAGS 0xFFFF macro
4995 if (WARN_ON_ONCE(shinfo->gso_size == GSO_BY_FRAGS))
5003 if (WARN_ON_ONCE(shinfo->gso_size == GSO_BY_FRAGS))
/linux-master/net/sctp/
H A Doutput.c540 skb_shinfo(head)->gso_size = GSO_BY_FRAGS;

Completed in 159 milliseconds