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,
114 .tlen = CONST_MSS_V4 + 1,
120 .tlen = CONST_MSS_V4 + 1,
127 .tlen = CONST_MSS_V4 * 2,
133 .tlen = (CONST_MSS_V4 * 2) + 1,
140 .tlen = (ETH_MAX_MTU / CONST_MSS_V4) * CONST_MSS_V4,
147 .tlen = ETH_MAX_MTU - CONST_HDRLEN_V4,
155 .tlen = ETH_MAX_MTU - CONST_HDRLEN_V4 + 1,
161 .tlen = 1,
167 .tlen = 2,
173 .tlen = 5,
180 .tlen = UDP_MAX_SEGMENTS,
186 .tlen = UDP_MAX_SEGMENTS + 1,
202 .tlen = 1,
207 .tlen = CONST_MSS_V6,
212 .tlen = CONST_MSS_V6 + 1,
217 .tlen = CONST_MSS_V6,
223 .tlen = CONST_MSS_V6,
230 .tlen = CONST_MSS_V6 + 1,
236 .tlen = CONST_MSS_V6 + 1,
243 .tlen = CONST_MSS_V6 * 2,
249 .tlen = (CONST_MSS_V6 * 2) + 1,
256 .tlen = (IP6_MAX_MTU / CONST_MSS_V6) * CONST_MSS_V6,
263 .tlen = IP6_MAX_MTU - CONST_HDRLEN_V6,
271 .tlen = IP6_MAX_MTU - CONST_HDRLEN_V6 + 1,
277 .tlen = 1,
283 .tlen = 2,
289 .tlen = 2,
296 .tlen = 5,
303 .tlen = UDP_MAX_SEGMENTS,
309 .tlen = UDP_MAX_SEGMENTS + 1,
437 test->tlen, test->gso_len, in run_one()
453 sent = send_one(fdt, test->tlen, test->gso_len, addr, alen); in run_one()
503 for (test = tests; test->tlen; test++) { in run_all()