Searched refs:cwnd_event (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | tcp_ca_kfunc.c | 70 void BPF_PROG(cwnd_event, struct sock *sk, enum tcp_ca_event event) in BPF_PROG() argument 113 .cwnd_event = (void *)cwnd_event,
|
| H A D | bpf_cc_cubic.c | 184 .cwnd_event = (void *)bpf_cubic_cwnd_event,
|
| H A D | bpf_dctcp.c | 257 .cwnd_event = (void *)bpf_dctcp_cwnd_event,
|
| H A D | bpf_cubic.c | 547 .cwnd_event = (void *)bpf_cubic_cwnd_event,
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_veno.c | 215 .cwnd_event = tcp_veno_cwnd_event,
|
| H A D | tcp_yeah.c | 214 .cwnd_event = tcp_vegas_cwnd_event,
|
| H A D | tcp_vegas.c | 316 .cwnd_event = tcp_vegas_cwnd_event,
|
| H A D | tcp_westwood.c | 284 .cwnd_event = tcp_westwood_event,
|
| H A D | tcp_dctcp.c | 254 .cwnd_event = dctcp_cwnd_event,
|
| H A D | bpf_tcp_ca.c | 315 .cwnd_event = bpf_tcp_ca_cwnd_event,
|
| H A D | tcp_cdg.c | 397 .cwnd_event = tcp_cdg_cwnd_event,
|
| H A D | tcp_cubic.c | 484 .cwnd_event = cubictcp_cwnd_event,
|
| H A D | tcp_bbr.c | 1151 .cwnd_event = bbr_cwnd_event,
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 1233 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); member 1319 if (icsk->icsk_ca_ops->cwnd_event) in tcp_ca_event() 1320 icsk->icsk_ca_ops->cwnd_event(sk, event); in tcp_ca_event()
|