Searched refs:obytes (Results 1 – 1 of 1) sorted by relevance
1493 u_int32_t obytes, snd_off; in tcp_early_rexmt_check() local1508 obytes = tcp_flight_size(tp); in tcp_early_rexmt_check()1511 obytes = tcp_flight_size(tp); in tcp_early_rexmt_check()1513 obytes = (tp->snd_max - tp->snd_una); in tcp_early_rexmt_check()1527 if (obytes < (tp->t_maxseg << 2) && in tcp_early_rexmt_check()1531 osegs = obytes / tp->t_maxseg; in tcp_early_rexmt_check()1532 if ((osegs * tp->t_maxseg) < obytes) { in tcp_early_rexmt_check()