Searched refs:obytes (Results 1 – 1 of 1) sorted by relevance
1538 u_int32_t obytes, snd_off; in tcp_early_rexmt_check() local1554 obytes = (tp->snd_max - tp->snd_fack) + in tcp_early_rexmt_check()1557 obytes = (tp->snd_max - tp->snd_una); in tcp_early_rexmt_check()1571 if (obytes < (tp->t_maxseg << 2) && in tcp_early_rexmt_check()1575 osegs = obytes / tp->t_maxseg; in tcp_early_rexmt_check()1576 if ((osegs * tp->t_maxseg) < obytes) { in tcp_early_rexmt_check()