Lines Matching refs:tlen
66 int tlen; /* send() buffer size, may exceed mss */ member
79 .tlen = 1,
84 .tlen = CONST_MSS_V4,
89 .tlen = CONST_MSS_V4 + 1,
96 .tlen = CONST_MSS_V4,
103 .tlen = CONST_MSS_V4 + 1,
110 .tlen = CONST_MSS_V4 * 2,
116 .tlen = (CONST_MSS_V4 * 2) + 1,
123 .tlen = (ETH_MAX_MTU / CONST_MSS_V4) * CONST_MSS_V4,
130 .tlen = ETH_MAX_MTU - CONST_HDRLEN_V4,
138 .tlen = ETH_MAX_MTU - CONST_HDRLEN_V4 + 1,
144 .tlen = 1,
151 .tlen = 2,
157 .tlen = 5,
164 .tlen = UDP_MAX_SEGMENTS - CONST_HDRLEN_V4,
170 .tlen = UDP_MAX_SEGMENTS - CONST_HDRLEN_V4 + 1,
186 .tlen = 1,
191 .tlen = CONST_MSS_V6,
196 .tlen = CONST_MSS_V6 + 1,
203 .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,
258 .tlen = 2,
264 .tlen = 5,
271 .tlen = UDP_MAX_SEGMENTS - CONST_HDRLEN_V6,
277 .tlen = UDP_MAX_SEGMENTS - CONST_HDRLEN_V6 + 1,
521 test->tlen, test->gso_len, in run_one()
530 sent = send_one(fdt, test->tlen, test->gso_len, addr, alen); in run_one()
571 for (test = tests; test->tlen; test++) { in run_all()