• Home
  • Raw
  • Download

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 */
111 /* send a single MSS + 1B */
118 /* send exactly 2 MSS */
124 /* send 2 MSS + 1B */
131 /* send MAX segs */
138 /* send MAX bytes */
146 /* send MAX + 1: fail */
152 /* send a single 1B MSS: will fall back to no GSO */
158 /* send 2 1B segments */
164 /* send 2B + 2B + 1B segments */
171 /* send max number of min sized segments */
177 /* send max number + 1 of min sized segments: fail */
193 /* no GSO: send a single byte */
198 /* no GSO: send a single MSS */
203 /* no GSO: send a single MSS + 1B: fail */
208 /* send a single MSS: will fall back to no GSO */
227 /* send a single MSS + 1B */
234 /* send exactly 2 MSS */
240 /* send 2 MSS + 1B */
247 /* send MAX segs */
254 /* send MAX bytes */
262 /* send MAX + 1: fail */
268 /* send a single 1B MSS: will fall back to no GSO */
274 /* send 2 1B segments */
280 /* send 2B + 2B + 1B segments */
287 /* send max number of min sized segments */
293 /* send max number + 1 of min sized segments: fail */
450 error(1, errno, "send netlink: %uB != %uB\n", ret, off); in set_route_mtu()
505 /* If MSG_MORE, send 1 byte followed by remainder */ in send_one()
509 error(1, 0, "send 1B failed"); in send_one()
550 error(1, 0, "send succeeded while expecting failure"); in run_one()
552 error(1, 0, "send failed while expecting success"); in run_one()