Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c1493 u_int32_t obytes, snd_off; in tcp_early_rexmt_check() local
1525 snd_off = tp->snd_max - tp->snd_una; in tcp_early_rexmt_check()
1526 snd_len = min(so->so_snd.sb_cc, tp->snd_wnd) - snd_off; in tcp_early_rexmt_check()