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

/freebsd-9.3-release/sys/netinet/
H A Dtcp_input.c2443 int awnd; local
2451 awnd = (tp->snd_nxt - tp->snd_fack) +
2453 if (awnd < tp->snd_ssthresh) {

Completed in 50 milliseconds