Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dtcp.h2037 static inline __u32 tcp_westwood_bw_rttmin(struct tcp_opt *tp) in tcp_westwood_bw_rttmin() function
2053 if (!(ssthresh = tcp_westwood_bw_rttmin(tp))) in tcp_westwood_ssthresh()
2069 if (!(cwnd = tcp_westwood_bw_rttmin(tp))) in tcp_westwood_cwnd()
/linux-2.4.37.9/net/ipv4/
Dtcp_input.c1602 if (!(limit = tcp_westwood_bw_rttmin(tp))) in tcp_cwnd_down()