Searched refs:cwnd_event (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/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 | 316 .cwnd_event = tcp_vegas_cwnd_event,
|
D | tcp_westwood.c | 284 .cwnd_event = tcp_westwood_event,
|
D | tcp_dctcp.c | 243 .cwnd_event = dctcp_cwnd_event,
|
D | tcp_cdg.c | 397 .cwnd_event = tcp_cdg_cwnd_event,
|
D | tcp_cubic.c | 482 .cwnd_event = cubictcp_cwnd_event,
|
D | tcp_bbr.c | 1150 .cwnd_event = bbr_cwnd_event,
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | bpf_tcp_helpers.h | 175 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); member
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | bpf_dctcp.c | 251 .cwnd_event = (void *)dctcp_cwnd_event,
|
D | bpf_cubic.c | 539 .cwnd_event = (void *)bpf_cubic_cwnd_event,
|
/linux-6.6.21/include/net/ |
D | tcp.h | 1077 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); member 1163 if (icsk->icsk_ca_ops->cwnd_event) in tcp_ca_event() 1164 icsk->icsk_ca_ops->cwnd_event(sk, event); in tcp_ca_event()
|