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

/freebsd-13-stable/sys/netinet/
H A Dtcp_input.c2614 int awnd; local
2623 awnd = tcp_compute_pipe(tp);
2625 awnd = (tp->snd_nxt - tp->snd_fack) +
2628 if (awnd < tp->snd_ssthresh) {

Completed in 55 milliseconds