Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_input.c2649 int awnd; in tcp_do_segment() local
2658 awnd = tcp_compute_pipe(tp); in tcp_do_segment()
2660 awnd = (tp->snd_nxt - tp->snd_fack) + in tcp_do_segment()
2663 if (awnd < tp->snd_ssthresh) { in tcp_do_segment()