Searched refs:cwnd_event (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_veno.c | 215 .cwnd_event = tcp_veno_cwnd_event,
|
D | tcp_yeah.c | 214 .cwnd_event = tcp_vegas_cwnd_event,
|
D | tcp_vegas.c | 315 .cwnd_event = tcp_vegas_cwnd_event,
|
D | tcp_dctcp.c | 219 .cwnd_event = dctcp_cwnd_event,
|
D | bpf_tcp_ca.c | 16 offsetof(struct tcp_congestion_ops, cwnd_event),
|
D | tcp_westwood.c | 283 .cwnd_event = tcp_westwood_event,
|
D | tcp_cdg.c | 395 .cwnd_event = tcp_cdg_cwnd_event,
|
D | tcp_cubic.c | 489 .cwnd_event = bictcp_cwnd_event,
|
D | tcp_bbr.c | 1148 .cwnd_event = bbr_cwnd_event,
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | bpf_tcp_helpers.h | 164 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | bpf_dctcp.c | 227 .cwnd_event = (void *)dctcp_cwnd_event,
|
D | bpf_cubic.c | 542 .cwnd_event = (void *)bictcp_cwnd_event,
|
/kernel/linux/linux-5.10/include/net/ |
D | tcp.h | 1071 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); member 1147 if (icsk->icsk_ca_ops->cwnd_event) in tcp_ca_event() 1148 icsk->icsk_ca_ops->cwnd_event(sk, event); in tcp_ca_event()
|