GSO_BY_FRAGS     4422 include/linux/skbuff.h 	if (WARN_ON_ONCE(shinfo->gso_size == GSO_BY_FRAGS))
GSO_BY_FRAGS     4430 include/linux/skbuff.h 	if (WARN_ON_ONCE(shinfo->gso_size == GSO_BY_FRAGS))
GSO_BY_FRAGS     3688 net/core/skbuff.c 		if (mss != GSO_BY_FRAGS && mss != skb_headlen(head_skb))
GSO_BY_FRAGS     3700 net/core/skbuff.c 	if (sg && csum && (mss != GSO_BY_FRAGS))  {
GSO_BY_FRAGS     3752 net/core/skbuff.c 		if (unlikely(mss == GSO_BY_FRAGS)) {
GSO_BY_FRAGS     5236 net/core/skbuff.c 	if (shinfo->gso_size != GSO_BY_FRAGS)
GSO_BY_FRAGS     5240 net/core/skbuff.c 	seg_len -= GSO_BY_FRAGS;
GSO_BY_FRAGS      510 net/sctp/output.c 		skb_shinfo(head)->gso_size = GSO_BY_FRAGS;