Searched refs:tcp_slow_start (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_vegas.c | 247 tcp_slow_start(tp, acked); in tcp_vegas_cong_avoid() 287 tcp_slow_start(tp, acked); in tcp_vegas_cong_avoid()
|
H A D | tcp_scalable.c | 26 acked = tcp_slow_start(tp, acked); in tcp_scalable_cong_avoid()
|
H A D | tcp_cong.c | 457 __bpf_kfunc u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start() function 466 EXPORT_SYMBOL_GPL(tcp_slow_start); 506 acked = tcp_slow_start(tp, acked); in tcp_reno_cong_avoid()
|
H A D | tcp_highspeed.c | 121 tcp_slow_start(tp, acked); in hstcp_cong_avoid()
|
H A D | tcp_veno.c | 157 acked = tcp_slow_start(tp, acked); in tcp_veno_cong_avoid()
|
H A D | tcp_yeah.c | 67 acked = tcp_slow_start(tp, acked); in tcp_yeah_cong_avoid()
|
H A D | tcp_bic.c | 149 acked = tcp_slow_start(tp, acked); in bictcp_cong_avoid()
|
H A D | bpf_tcp_ca.c | 202 BTF_ID_FLAGS(func, tcp_slow_start)
|
H A D | tcp_illinois.c | 274 tcp_slow_start(tp, acked); in tcp_illinois_cong_avoid()
|
H A D | tcp_htcp.c | 240 tcp_slow_start(tp, acked); in htcp_cong_avoid()
|
H A D | tcp_nv.c | 194 acked = tcp_slow_start(tp, acked); in tcpnv_cong_avoid()
|
H A D | tcp_cubic.c | 333 acked = tcp_slow_start(tp, acked); in cubictcp_cong_avoid()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | bpf_tcp_helpers.h | 230 extern __u32 tcp_slow_start(struct tcp_sock *tp, __u32 acked) __ksym;
|
H A D | README.rst | 249 libbpf: failed to find BTF for extern 'tcp_slow_start' [25] section: -2
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_cubic.c | 392 acked = tcp_slow_start(tp, acked); in BPF_STRUCT_OPS()
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_design_QA.rst | 274 Q: Some kernel functions (e.g. tcp_slow_start) can be called
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 1150 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked);
|