• Home
  • Raw
  • Download

Lines Matching full:send

66 	int tlen;		/* send() buffer size, may exceed mss */
67 bool tfail; /* send() call is expected to fail */
78 /* no GSO: send a single byte */
83 /* no GSO: send a single MSS */
88 /* no GSO: send a single MSS + 1B: fail */
93 /* send a single MSS: will fall back to no GSO */
99 /* send a single MSS + 1B */
106 /* send exactly 2 MSS */
112 /* send 2 MSS + 1B */
119 /* send MAX segs */
126 /* send MAX bytes */
134 /* send MAX + 1: fail */
140 /* send a single 1B MSS: will fall back to no GSO */
146 /* send 2 1B segments */
152 /* send 2B + 2B + 1B segments */
159 /* send max number of min sized segments */
165 /* send max number + 1 of min sized segments: fail */
181 /* no GSO: send a single byte */
186 /* no GSO: send a single MSS */
191 /* no GSO: send a single MSS + 1B: fail */
196 /* send a single MSS: will fall back to no GSO */
202 /* send a single MSS + 1B */
209 /* send exactly 2 MSS */
215 /* send 2 MSS + 1B */
222 /* send MAX segs */
229 /* send MAX bytes */
237 /* send MAX + 1: fail */
243 /* send a single 1B MSS: will fall back to no GSO */
249 /* send 2 1B segments */
255 /* send 2B + 2B + 1B segments */
262 /* send max number of min sized segments */
268 /* send max number + 1 of min sized segments: fail */
425 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()