Searched refs:snd_ssthresh (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_scalable.c26 if (tp->snd_cwnd <= tp->snd_ssthresh)
H A Dtcp_hybla.c113 if (tp->snd_cwnd < tp->snd_ssthresh) {
155 tp->snd_cwnd = min(tp->snd_cwnd, tp->snd_ssthresh);
H A Dtcp_vegas.c269 if (tp->snd_cwnd <= tp->snd_ssthresh) {
275 tp->snd_ssthresh = 2;
334 else if (tp->snd_cwnd <= tp->snd_ssthresh)
H A Dtcp_htcp.c76 return max(tp->snd_cwnd, (tp->snd_ssthresh << 7) / ca->beta);
92 && tp->snd_ssthresh < 0xFFFF && htcp_ccount(ca) > 3) {
237 if (tp->snd_cwnd <= tp->snd_ssthresh)
H A Dtcp_highspeed.c121 if (tp->snd_cwnd <= tp->snd_ssthresh)
H A Dtcp_bic.c76 tcp_sk(sk)->snd_ssthresh = initial_ssthresh;
148 if (tp->snd_cwnd <= tp->snd_ssthresh)
H A Dtcp_westwood.c235 tp->snd_cwnd = tp->snd_ssthresh = tcp_westwood_bw_rttmin(sk);
239 tp->snd_ssthresh = tcp_westwood_bw_rttmin(sk);
H A Dtcp_yeah.c81 if (tp->snd_cwnd <= tp->snd_ssthresh)
178 tp->snd_ssthresh = tp->snd_cwnd;
H A Dtcp_veno.c150 if (tp->snd_cwnd <= tp->snd_ssthresh) {
H A Dtcp_cong.c336 if (tp->snd_cwnd <= tp->snd_ssthresh)
373 return tp->snd_ssthresh/2;
H A Dtcp_cubic.c91 tcp_sk(sk)->snd_ssthresh = initial_ssthresh;
284 if (tp->snd_cwnd <= tp->snd_ssthresh)
H A Dtcp_input.c718 if (tp->snd_ssthresh >= 0xFFFF) {
727 } else if (tp->snd_cwnd > tp->snd_ssthresh &&
732 max(tp->snd_cwnd >> 1, tp->snd_ssthresh);
740 dst->metrics[RTAX_CWND-1] = (dst->metrics[RTAX_CWND-1] + tp->snd_ssthresh) >> 1;
743 tp->snd_ssthresh > dst->metrics[RTAX_SSTHRESH-1])
744 dst->metrics[RTAX_SSTHRESH-1] = tp->snd_ssthresh;
780 tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk);
807 tp->snd_ssthresh = dst_metric(dst, RTAX_SSTHRESH);
808 if (tp->snd_ssthresh > tp->snd_cwnd_clamp)
809 tp->snd_ssthresh
[all...]
H A Dtcp_illinois.c275 if (tp->snd_cwnd <= tp->snd_ssthresh)
H A Dtcp_minisocks.c406 newtp->snd_ssthresh = 0x7fffffff;
H A Dtcp_ipv4.c1870 tp->snd_ssthresh = 0x7fffffff; /* Infinity */
2351 tp->snd_ssthresh >= 0xFFFF ? -1 : tp->snd_ssthresh);
H A Dtcp.c1768 tp->snd_ssthresh = 0x7fffffff;
2046 info->tcpi_snd_ssthresh = tp->snd_ssthresh;
H A Dtcp_output.c128 tp->snd_ssthresh = tcp_current_ssthresh(sk);
1740 tp->snd_ssthresh = tcp_current_ssthresh(sk);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtcp.h317 u32 snd_ssthresh; /* Slow start size threshold */ member in struct:tcp_sock
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dtcp.h729 return tp->snd_ssthresh;
731 return max(tp->snd_ssthresh,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c1912 tp->snd_ssthresh = 0x7fffffff;
2033 tp->snd_cwnd, tp->snd_ssthresh>=0xFFFF?-1:tp->snd_ssthresh

Completed in 138 milliseconds