Lines Matching full:gso
67 int gso_len; /* mss after applying gso */
85 /* no GSO: send a single byte */
90 /* no GSO: send a single MSS */
95 /* no GSO: send a single MSS + 1B: fail */
100 /* send a single MSS: will fall back to no GSO */
106 /* datalen <= MSS < gso_len: will fall back to no GSO */
160 /* send a single 1B MSS: will fall back to no GSO */
201 /* no GSO: send a single byte */
206 /* no GSO: send a single MSS */
211 /* no GSO: send a single MSS + 1B: fail */
216 /* send a single MSS: will fall back to no GSO */
222 /* datalen <= MSS < gso_len: will fall back to no GSO */
276 /* send a single 1B MSS: will fall back to no GSO */
435 fprintf(stderr, "ipv%d tx:%d gso:%d %s%s\n", in run_one()
533 /* Do not fragment these datagrams: only succeed if GSO works */ in run_test()