Searched refs:cong_avoid (Results 1 - 25 of 43) sorted by relevance
12
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_scalable.c | 44 .cong_avoid = tcp_scalable_cong_avoid,
|
H A D | tcp_dctcp.c | 221 .cong_avoid = tcp_reno_cong_avoid, 232 .cong_avoid = tcp_reno_cong_avoid,
|
H A D | tcp_highspeed.c | 164 .cong_avoid = hstcp_cong_avoid,
|
H A D | tcp_yeah.c | 212 .cong_avoid = tcp_yeah_cong_avoid,
|
H A D | tcp_veno.c | 212 .cong_avoid = tcp_veno_cong_avoid,
|
H A D | tcp_bic.c | 205 .cong_avoid = bictcp_cong_avoid,
|
H A D | tcp_hybla.c | 171 .cong_avoid = hybla_cong_avoid,
|
H A D | tcp_cong.c | 76 !(ca->cong_avoid || ca->cong_control)) { in tcp_register_congestion_control() 476 .cong_avoid = tcp_reno_cong_avoid,
|
H A D | tcp_westwood.c | 281 .cong_avoid = tcp_reno_cong_avoid,
|
H A D | tcp_vegas.c | 312 .cong_avoid = tcp_vegas_cong_avoid,
|
H A D | tcp_lp.c | 13 * within cong_avoid. 115 * Implementation of cong_avoid. 324 .cong_avoid = tcp_lp_cong_avoid,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_scalable.c | 44 .cong_avoid = tcp_scalable_cong_avoid,
|
H A D | tcp_dctcp.c | 245 .cong_avoid = tcp_reno_cong_avoid, 256 .cong_avoid = tcp_reno_cong_avoid,
|
H A D | tcp_highspeed.c | 164 .cong_avoid = hstcp_cong_avoid,
|
H A D | tcp_veno.c | 212 .cong_avoid = tcp_veno_cong_avoid,
|
H A D | tcp_bic.c | 205 .cong_avoid = bictcp_cong_avoid,
|
H A D | tcp_yeah.c | 212 .cong_avoid = tcp_yeah_cong_avoid,
|
H A D | tcp_hybla.c | 171 .cong_avoid = hybla_cong_avoid,
|
H A D | tcp_cong.c | 82 !(ca->cong_avoid || ca->cong_control)) { in tcp_validate_congestion_control() 538 .cong_avoid = tcp_reno_cong_avoid,
|
H A D | tcp_westwood.c | 282 .cong_avoid = tcp_reno_cong_avoid,
|
H A D | tcp_vegas.c | 313 .cong_avoid = tcp_vegas_cong_avoid,
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | bpf_tcp_helpers.h | 160 void (*cong_avoid)(struct sock *sk, __u32 ack, __u32 acked); member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_dctcp.c | 229 .cong_avoid = (void *)tcp_reno_cong_avoid,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | bpf_tcp_helpers.h | 171 void (*cong_avoid)(struct sock *sk, __u32 ack, __u32 acked); member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_dctcp.c | 253 .cong_avoid = (void *)dctcp_cong_avoid,
|
Completed in 11 milliseconds
12