Lines Matching full:gso
131 /* set packet max_size with gso_max_size if gso is enabled*/ in sctp_packet_config()
437 struct sk_buff *head, int gso, gfp_t gfp) in sctp_packet_pack() argument
447 if (gso) { in sctp_packet_pack()
530 if (gso) in sctp_packet_pack()
536 if (gso) { in sctp_packet_pack()
574 int pkt_count, gso = 0; in sctp_packet_transmit() local
589 if (!sk_can_gso(sk)) { /* check gso */ in sctp_packet_transmit()
590 pr_err_once("Trying to GSO but underlying device doesn't support it."); in sctp_packet_transmit()
593 gso = 1; in sctp_packet_transmit()
598 head = alloc_skb((gso ? packet->overhead : packet->size) + in sctp_packet_transmit()
621 pkt_count = sctp_packet_pack(packet, head, gso, gfp); in sctp_packet_transmit()
836 * is not a GSO one otherwise it causes fragmentation of in sctp_packet_will_fit()
844 /* Hit GSO/PMTU limit, gotta flush */ in sctp_packet_will_fit()
849 /* Do not allow a single GSO packet to use more in sctp_packet_will_fit()
856 /* Do not allow a single GSO packet to use more in sctp_packet_will_fit()
860 /* Otherwise it will fit in the GSO packet */ in sctp_packet_will_fit()