Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c5057 int awnd; in tcp_input() local
5065 awnd = (tp->snd_nxt - tp->snd_fack) + tp->sackhint.sack_bytes_rexmit; in tcp_input()
5066 if (awnd < tp->snd_ssthresh) { in tcp_input()