Lines Matching refs:r_len_last
69 int r_len_last; /* recv(): size of last non-mss dgram, if any */ member
79 .r_len_last = 1,
102 .r_len_last = 1,
115 .r_len_last = 1,
129 .r_len_last = ETH_MAX_MTU - CONST_HDRLEN_V4 -
155 .r_len_last = 1,
182 .r_len_last = 1,
205 .r_len_last = 1,
218 .r_len_last = 1,
232 .r_len_last = IP6_MAX_MTU - CONST_HDRLEN_V6 -
258 .r_len_last = 1,
544 if (test->r_len_last) { in run_one()
546 if (ret != test->r_len_last) in run_one()
548 i, ret, test->r_len_last); in run_one()