Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/networking/
Dsegmentation-offloads.txt16 * SCTP accelleration with GSO - GSO_BY_FRAGS
152 To signal this, gso_size is set to the special value GSO_BY_FRAGS.
155 possibility that gso_size will be GSO_BY_FRAGS and handle that case
164 considers GSO_BY_FRAGS.
167 will check for GSO_BY_FRAGS and WARN if asked to manipulate these skbs.
/Linux-v4.19/net/sctp/
Doutput.c537 skb_shinfo(head)->gso_size = GSO_BY_FRAGS; in sctp_packet_pack()
/Linux-v4.19/include/linux/
Dskbuff.h311 #define GSO_BY_FRAGS 0xFFFF macro
4071 if (WARN_ON_ONCE(shinfo->gso_size == GSO_BY_FRAGS)) in skb_increase_gso_size()
4079 if (WARN_ON_ONCE(shinfo->gso_size == GSO_BY_FRAGS)) in skb_decrease_gso_size()
/Linux-v4.19/net/core/
Dskbuff.c3536 if (sg && csum && (mss != GSO_BY_FRAGS)) { in skb_segment()
3588 if (unlikely(mss == GSO_BY_FRAGS)) { in skb_segment()
5018 if (shinfo->gso_size != GSO_BY_FRAGS) in skb_gso_size_check()
5022 seg_len -= GSO_BY_FRAGS; in skb_gso_size_check()