Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_highspeed.c109 tp->snd_cwnd_clamp = min_t(u32, tp->snd_cwnd_clamp, 0xffffffff/128); in hstcp_init()
140 if (tp->snd_cwnd < tp->snd_cwnd_clamp) { in hstcp_cong_avoid()
A Dtcp_veno.c174 tp->snd_cwnd < tp->snd_cwnd_clamp) { in tcp_veno_cong_avoid()
186 else if (tp->snd_cwnd > tp->snd_cwnd_clamp) in tcp_veno_cong_avoid()
187 tp->snd_cwnd = tp->snd_cwnd_clamp; in tcp_veno_cong_avoid()
A Dtcp_hybla.c58 tp->snd_cwnd_clamp = 65535; in hybla_init()
164 tp->snd_cwnd = min_t(u32, tp->snd_cwnd, tp->snd_cwnd_clamp); in hybla_cong_avoid()
A Dtcp_yeah.c55 tp->snd_cwnd_clamp = min_t(u32, tp->snd_cwnd_clamp, 0xffffffff/128); in tcp_yeah_init()
A Dtcp_vegas.c274 else if (tp->snd_cwnd > tp->snd_cwnd_clamp) in tcp_vegas_cong_avoid()
275 tp->snd_cwnd = tp->snd_cwnd_clamp; in tcp_vegas_cong_avoid()
A Dtcp_cong.c401 tp->snd_cwnd = min(cwnd, tp->snd_cwnd_clamp); in tcp_slow_start()
425 tp->snd_cwnd = min(tp->snd_cwnd, tp->snd_cwnd_clamp); in tcp_cong_avoid_ai()
A Dtcp_metrics.c463 tp->snd_cwnd_clamp = tcp_metric_get(tm, TCP_METRIC_CWND); in tcp_init_metrics()
469 if (tp->snd_ssthresh > tp->snd_cwnd_clamp) in tcp_init_metrics()
470 tp->snd_ssthresh = tp->snd_cwnd_clamp; in tcp_init_metrics()
A Dtcp_illinois.c289 (u32)tp->snd_cwnd_clamp); in tcp_illinois_cong_avoid()
A Dtcp_htcp.c246 if (tp->snd_cwnd < tp->snd_cwnd_clamp) in htcp_cong_avoid()
A Dtcp_bbr.c547 tp->snd_cwnd = min(cwnd, tp->snd_cwnd_clamp); /* apply global cap */ in bbr_set_cwnd()
A Dtcp.c441 tp->snd_cwnd_clamp = ~0; in tcp_init_sock()
A Dtcp_input.c966 return min_t(__u32, cwnd, tp->snd_cwnd_clamp); in tcp_init_cwnd()
/linux/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h70 __u32 snd_cwnd_clamp; member
/linux/include/linux/
A Dtcp.h288 u32 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */ member
/linux/net/core/
A Dfilter.c4889 tp->snd_cwnd_clamp = val; in _bpf_setsockopt()

Completed in 54 milliseconds