Lines Matching full:gso
563 /* no GSO: send a single byte */ \
571 /* no GSO: send a single MSS, fall back to no GSO */ \
579 /* no GSO: send a single MSS + 1B: fail */ \
587 /* GSO: send 1 byte, gso 1 byte, fall back to no GSO */ \
596 /* send a single MSS: fall back to no GSO */ \
605 /* data <= MSS < gso: will fall back to no GSO */ \
614 /* GSO: a single MSS + 1B */ \
622 /* no GSO: send exactly 2 MSS */ \
630 /* GSO: send max bytes */ \
639 /* GSO: send oversize max bytes: fail */ \
647 /* GSO: send max number of min sized segments */ \
655 /* GSO: send 5 bytes, gso 2 bytes */ \