Home
last modified time | relevance | path

Searched refs:tcp_slow_start (Results 1 – 25 of 32) sorted by relevance

12

/kernel/linux/linux-6.6/net/ipv4/
Dtcp_vegas.c247 tcp_slow_start(tp, acked); in tcp_vegas_cong_avoid()
287 tcp_slow_start(tp, acked); in tcp_vegas_cong_avoid()
Dtcp_scalable.c26 acked = tcp_slow_start(tp, acked); in tcp_scalable_cong_avoid()
Dtcp_cong.c458 __bpf_kfunc u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start() function
467 EXPORT_SYMBOL_GPL(tcp_slow_start);
507 acked = tcp_slow_start(tp, acked); in tcp_reno_cong_avoid()
Dtcp_highspeed.c121 tcp_slow_start(tp, acked); in hstcp_cong_avoid()
Dtcp_veno.c157 acked = tcp_slow_start(tp, acked); in tcp_veno_cong_avoid()
Dtcp_yeah.c67 acked = tcp_slow_start(tp, acked); in tcp_yeah_cong_avoid()
Dtcp_bic.c149 acked = tcp_slow_start(tp, acked); in bictcp_cong_avoid()
Dbpf_tcp_ca.c202 BTF_ID_FLAGS(func, tcp_slow_start)
Dtcp_illinois.c274 tcp_slow_start(tp, acked); in tcp_illinois_cong_avoid()
Dtcp_htcp.c240 tcp_slow_start(tp, acked); in htcp_cong_avoid()
Dtcp_nv.c194 acked = tcp_slow_start(tp, acked); in tcpnv_cong_avoid()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_vegas.c246 tcp_slow_start(tp, acked); in tcp_vegas_cong_avoid()
286 tcp_slow_start(tp, acked); in tcp_vegas_cong_avoid()
Dtcp_scalable.c26 acked = tcp_slow_start(tp, acked); in tcp_scalable_cong_avoid()
Dtcp_cong.c396 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start() function
405 EXPORT_SYMBOL_GPL(tcp_slow_start);
445 acked = tcp_slow_start(tp, acked); in tcp_reno_cong_avoid()
Dtcp_highspeed.c121 tcp_slow_start(tp, acked); in hstcp_cong_avoid()
Dtcp_veno.c157 acked = tcp_slow_start(tp, acked); in tcp_veno_cong_avoid()
Dtcp_yeah.c67 acked = tcp_slow_start(tp, acked); in tcp_yeah_cong_avoid()
Dtcp_bic.c149 acked = tcp_slow_start(tp, acked); in bictcp_cong_avoid()
Dtcp_illinois.c274 tcp_slow_start(tp, acked); in tcp_illinois_cong_avoid()
Dtcp_htcp.c240 tcp_slow_start(tp, acked); in htcp_cong_avoid()
Dtcp_nv.c195 acked = tcp_slow_start(tp, acked); in tcpnv_cong_avoid()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h230 extern __u32 tcp_slow_start(struct tcp_sock *tp, __u32 acked) __ksym;
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h188 static __always_inline __u32 tcp_slow_start(struct tcp_sock *tp, __u32 acked) in tcp_slow_start() function
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dbpf_dctcp.c207 acked = tcp_slow_start(tp, acked); in BPF_PROG()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c392 acked = tcp_slow_start(tp, acked); in BPF_STRUCT_OPS()

12