Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dtcp_input.c1538 u_int32_t obytes, snd_off; in tcp_early_rexmt_check() local
1554 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()