Lines Matching refs:tlen
65 int tlen; /* send() buffer size, may exceed mss */ member
86 .tlen = 1,
91 .tlen = CONST_MSS_V4,
96 .tlen = CONST_MSS_V4 + 1,
101 .tlen = CONST_MSS_V4,
107 .tlen = CONST_MSS_V4 + 1,
114 .tlen = CONST_MSS_V4 * 2,
120 .tlen = (CONST_MSS_V4 * 2) + 1,
127 .tlen = (ETH_MAX_MTU / CONST_MSS_V4) * CONST_MSS_V4,
134 .tlen = ETH_MAX_MTU - CONST_HDRLEN_V4,
142 .tlen = ETH_MAX_MTU - CONST_HDRLEN_V4 + 1,
148 .tlen = 1,
154 .tlen = 2,
160 .tlen = 5,
167 .tlen = UDP_MAX_SEGMENTS,
173 .tlen = UDP_MAX_SEGMENTS + 1,
189 .tlen = 1,
194 .tlen = CONST_MSS_V6,
199 .tlen = CONST_MSS_V6 + 1,
204 .tlen = CONST_MSS_V6,
210 .tlen = CONST_MSS_V6 + 1,
217 .tlen = CONST_MSS_V6 * 2,
223 .tlen = (CONST_MSS_V6 * 2) + 1,
230 .tlen = (IP6_MAX_MTU / CONST_MSS_V6) * CONST_MSS_V6,
237 .tlen = IP6_MAX_MTU - CONST_HDRLEN_V6,
245 .tlen = IP6_MAX_MTU - CONST_HDRLEN_V6 + 1,
251 .tlen = 1,
257 .tlen = 2,
263 .tlen = 2,
270 .tlen = 5,
277 .tlen = UDP_MAX_SEGMENTS,
283 .tlen = UDP_MAX_SEGMENTS + 1,
411 test->tlen, test->gso_len, in run_one()
427 sent = send_one(fdt, test->tlen, test->gso_len, addr, alen); in run_one()
477 for (test = tests; test->tlen; test++) { in run_all()