Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c1529 u_int32_t osegs; in tcp_early_rexmt_check() local
1531 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()