Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_input.c2624 int awnd; in tcp_do_segment() local
2633 awnd = tcp_compute_pipe(tp); in tcp_do_segment()
2635 awnd = (tp->snd_nxt - tp->snd_fack) + in tcp_do_segment()
2638 if (awnd < tp->snd_ssthresh) { in tcp_do_segment()