Lines Matching refs:r_len_last
69 int r_len_last; /* recv(): size of last non-mss dgram, if any */ member
87 .r_len_last = 1,
110 .r_len_last = 1,
123 .r_len_last = 1,
137 .r_len_last = ETH_MAX_MTU - CONST_HDRLEN_V4 -
163 .r_len_last = 1,
190 .r_len_last = 1,
213 .r_len_last = 1,
226 .r_len_last = 1,
240 .r_len_last = IP6_MAX_MTU - CONST_HDRLEN_V6 -
273 .r_len_last = 1,
458 if (test->r_len_last) { in run_one()
460 if (ret != test->r_len_last) in run_one()
462 i, ret, test->r_len_last); in run_one()