Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDtcp_input.c2437 int awnd; in tcp_do_segment() local
2445 awnd = (tp->snd_nxt - tp->snd_fack) + in tcp_do_segment()
2447 if (awnd < tp->snd_ssthresh) { in tcp_do_segment()