Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_scalable.c26 acked = tcp_slow_start(tp, acked); in tcp_scalable_cong_avoid()
H A Dtcp_cong.c456 __bpf_kfunc u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start() function
465 EXPORT_SYMBOL_GPL(tcp_slow_start);
505 acked = tcp_slow_start(tp, acked); in tcp_reno_cong_avoid()
H A Dtcp_highspeed.c121 tcp_slow_start(tp, acked); in hstcp_cong_avoid()
H A Dtcp_illinois.c274 tcp_slow_start(tp, acked); in tcp_illinois_cong_avoid()
H A Dbpf_tcp_ca.c195 BTF_ID_FLAGS(func, tcp_slow_start)
H A Dtcp_htcp.c240 tcp_slow_start(tp, acked); in htcp_cong_avoid()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c25 extern __u32 tcp_slow_start(struct tcp_sock *tp, __u32 acked) __ksym;
401 acked = tcp_slow_start(tp, acked); in BPF_PROG()
/linux/tools/testing/selftests/bpf/
H A DREADME.rst279 libbpf: failed to find BTF for extern 'tcp_slow_start' [25] section: -2
/linux/Documentation/bpf/
H A Dbpf_design_QA.rst274 Q: Some kernel functions (e.g. tcp_slow_start) can be called
/linux/include/net/
H A Dtcp.h1404 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked);