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 */
106 /* send a single MSS + 1B */
113 /* send exactly 2 MSS */
119 /* send 2 MSS + 1B */
126 /* send MAX segs */
133 /* send MAX bytes */
141 /* send MAX + 1: fail */
147 /* send a single 1B MSS: will fall back to no GSO */
153 /* send 2 1B segments */
159 /* send 2B + 2B + 1B segments */
166 /* send max number of min sized segments */
172 /* send max number + 1 of min sized segments: fail */
188 /* no GSO: send a single byte */
193 /* no GSO: send a single MSS */
198 /* no GSO: send a single MSS + 1B: fail */
203 /* send a single MSS: will fall back to no GSO */
209 /* send a single MSS + 1B */
216 /* send exactly 2 MSS */
222 /* send 2 MSS + 1B */
229 /* send MAX segs */
236 /* send MAX bytes */
244 /* send MAX + 1: fail */
250 /* send a single 1B MSS: will fall back to no GSO */
256 /* send 2 1B segments */
262 /* send 2 1B segments with extension headers */
269 /* send 2B + 2B + 1B segments */
276 /* send max number of min sized segments */
282 /* send max number + 1 of min sized segments: fail */
377 /* If MSG_MORE, send 1 byte followed by remainder */ in send_one()
381 error(1, 0, "send 1B failed"); in send_one()
429 error(1, 0, "send succeeded while expecting failure"); in run_one()
431 error(1, 0, "send failed while expecting success"); in run_one()