Searched refs:cwnd_event (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/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 | 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 | 1150 .cwnd_event = bbr_cwnd_event,
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | bpf_tcp_helpers.h | 175 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); member
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_dctcp.c | 251 .cwnd_event = (void *)dctcp_cwnd_event,
|
H A D | bpf_cubic.c | 539 .cwnd_event = (void *)bpf_cubic_cwnd_event,
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 1095 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); member 1181 if (icsk->icsk_ca_ops->cwnd_event) in tcp_ca_event() 1182 icsk->icsk_ca_ops->cwnd_event(sk, event); in tcp_ca_event()
|