HomeSort by: relevance | last modified time | path
    Searched defs:cwin (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_output.c 693 long cwin; local in function:tcp_output
702 cwin = uimin(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt;
703 if (cwin < 0)
704 cwin = 0;
723 len = ((long)ulmin(cwin, tp->snd_recover - p->rxmit));
725 len = ((long)ulmin(cwin, p->end - p->rxmit));
774 long cwin; local in function:tcp_output
798 cwin = tp->snd_cwnd -
801 if (cwin < 0)
802 cwin = 0
    [all...]
tcp_output.c 693 long cwin; local in function:tcp_output
702 cwin = uimin(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt;
703 if (cwin < 0)
704 cwin = 0;
723 len = ((long)ulmin(cwin, tp->snd_recover - p->rxmit));
725 len = ((long)ulmin(cwin, p->end - p->rxmit));
774 long cwin; local in function:tcp_output
798 cwin = tp->snd_cwnd -
801 if (cwin < 0)
802 cwin = 0
    [all...]

Completed in 22 milliseconds