Lines Matching full:send
65 int tlen; /* send() buffer size, may exceed mss */
66 bool tfail; /* send() call is expected to fail */
70 bool v6_ext_hdr; /* send() dgrams with IPv6 extension headers */
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 */
119 /* send a single MSS + 1B */
126 /* send exactly 2 MSS */
132 /* send 2 MSS + 1B */
139 /* send MAX segs */
146 /* send MAX bytes */
154 /* send MAX + 1: fail */
160 /* send a single 1B MSS: will fall back to no GSO */
166 /* send 2 1B segments */
172 /* send 2B + 2B + 1B segments */
179 /* send max number of min sized segments */
185 /* send max number + 1 of min sized segments: fail */
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 */
235 /* send a single MSS + 1B */
242 /* send exactly 2 MSS */
248 /* send 2 MSS + 1B */
255 /* send MAX segs */
262 /* send MAX bytes */
270 /* send MAX + 1: fail */
276 /* send a single 1B MSS: will fall back to no GSO */
282 /* send 2 1B segments */
288 /* send 2 1B segments with extension headers */
295 /* send 2B + 2B + 1B segments */
302 /* send max number of min sized segments */
308 /* send max number + 1 of min sized segments: fail */
403 /* If MSG_MORE, send 1 byte followed by remainder */ in send_one()
407 error(1, 0, "send 1B failed"); in send_one()
455 error(1, 0, "send succeeded while expecting failure"); in run_one()
457 error(1, 0, "send failed while expecting success"); in run_one()