Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_input.c1552 u_int32_t obytes, snd_off; in tcp_early_rexmt_check() local
1568 obytes = (tp->snd_max - tp->snd_fack) + in tcp_early_rexmt_check()
1571 obytes = (tp->snd_max - tp->snd_una); in tcp_early_rexmt_check()
1585 if (obytes < (tp->t_maxseg << 2) && in tcp_early_rexmt_check()
1589 osegs = obytes / tp->t_maxseg; in tcp_early_rexmt_check()
1590 if ((osegs * tp->t_maxseg) < obytes) { in tcp_early_rexmt_check()