Lines Matching refs:tlen
65 int tlen; /* send() buffer size, may exceed mss */ member
78 .tlen = 1,
83 .tlen = CONST_MSS_V4,
88 .tlen = CONST_MSS_V4 + 1,
93 .tlen = CONST_MSS_V4,
99 .tlen = CONST_MSS_V4 + 1,
106 .tlen = CONST_MSS_V4 * 2,
112 .tlen = (CONST_MSS_V4 * 2) + 1,
119 .tlen = (ETH_MAX_MTU / CONST_MSS_V4) * CONST_MSS_V4,
126 .tlen = ETH_MAX_MTU - CONST_HDRLEN_V4,
134 .tlen = ETH_MAX_MTU - CONST_HDRLEN_V4 + 1,
140 .tlen = 1,
146 .tlen = 2,
152 .tlen = 5,
159 .tlen = UDP_MAX_SEGMENTS - CONST_HDRLEN_V4,
165 .tlen = UDP_MAX_SEGMENTS - CONST_HDRLEN_V4 + 1,
181 .tlen = 1,
186 .tlen = CONST_MSS_V6,
191 .tlen = CONST_MSS_V6 + 1,
196 .tlen = CONST_MSS_V6,
202 .tlen = CONST_MSS_V6 + 1,
209 .tlen = CONST_MSS_V6 * 2,
215 .tlen = (CONST_MSS_V6 * 2) + 1,
222 .tlen = (IP6_MAX_MTU / CONST_MSS_V6) * CONST_MSS_V6,
229 .tlen = IP6_MAX_MTU - CONST_HDRLEN_V6,
237 .tlen = IP6_MAX_MTU - CONST_HDRLEN_V6 + 1,
243 .tlen = 1,
249 .tlen = 2,
255 .tlen = 5,
262 .tlen = UDP_MAX_SEGMENTS - CONST_HDRLEN_V6,
268 .tlen = UDP_MAX_SEGMENTS - CONST_HDRLEN_V6 + 1,
513 test->tlen, test->gso_len, in run_one()
522 sent = send_one(fdt, test->tlen, test->gso_len, addr, alen); in run_one()
563 for (test = tests; test->tlen; test++) { in run_all()