Searched refs:osegs (Results 1 – 1 of 1) sorted by relevance
1529 u_int32_t osegs; in tcp_early_rexmt_check() local1531 osegs = obytes / tp->t_maxseg; in tcp_early_rexmt_check()1532 if ((osegs * tp->t_maxseg) < obytes) { in tcp_early_rexmt_check()1533 osegs++; in tcp_early_rexmt_check()1543 if (osegs < 4) { in tcp_early_rexmt_check()1545 ((osegs - 1) > 1) ? ((uint8_t)osegs - 1) : 1; in tcp_early_rexmt_check()