Lines Matching full:send
65 int tlen; /* send() buffer size, may exceed mss */
66 bool tfail; /* send() call is expected to fail */
77 /* no GSO: send a single byte */
82 /* no GSO: send a single MSS */
87 /* no GSO: send a single MSS + 1B: fail */
92 /* send a single MSS: will fall back to no GSO */
98 /* send a single MSS + 1B */
105 /* send exactly 2 MSS */
111 /* send 2 MSS + 1B */
118 /* send MAX segs */
125 /* send MAX bytes */
133 /* send MAX + 1: fail */
139 /* send a single 1B MSS: will fall back to no GSO */
145 /* send 2 1B segments */
151 /* send 2B + 2B + 1B segments */
158 /* send max number of min sized segments */
164 /* send max number + 1 of min sized segments: fail */
180 /* no GSO: send a single byte */
185 /* no GSO: send a single MSS */
190 /* no GSO: send a single MSS + 1B: fail */
195 /* send a single MSS: will fall back to no GSO */
201 /* send a single MSS + 1B */
208 /* send exactly 2 MSS */
214 /* send 2 MSS + 1B */
221 /* send MAX segs */
228 /* send MAX bytes */
236 /* send MAX + 1: fail */
242 /* send a single 1B MSS: will fall back to no GSO */
248 /* send 2 1B segments */
254 /* send 2B + 2B + 1B segments */
261 /* send max number of min sized segments */
267 /* send max number + 1 of min sized segments: fail */
424 error(1, errno, "send netlink: %uB != %uB\n", ret, off); in set_route_mtu()
479 /* If MSG_MORE, send 1 byte followed by remainder */ in send_one()
483 error(1, 0, "send 1B failed"); in send_one()
524 error(1, 0, "send succeeded while expecting failure"); in run_one()
526 error(1, 0, "send failed while expecting success"); in run_one()