Home
last modified time | relevance | path

Searched refs:osegs (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.101.5/bsd/netinet/
H A Dtcp_input.c1573 u_int32_t osegs; in tcp_early_rexmt_check() local
1575 osegs = obytes / tp->t_maxseg; in tcp_early_rexmt_check()
1576 if ((osegs * tp->t_maxseg) < obytes) { in tcp_early_rexmt_check()
1577 osegs++; in tcp_early_rexmt_check()
1592 osegs += tp->t_dupacks; in tcp_early_rexmt_check()
1593 if (osegs < 4) { in tcp_early_rexmt_check()
1595 ((osegs - 1) > 1) ? ((uint8_t)osegs - 1) : 1; in tcp_early_rexmt_check()