Searched refs:cwnd_event (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | tcp_veno.c | 211 .cwnd_event = tcp_veno_cwnd_event,
|
D | tcp_vegas.c | 314 .cwnd_event = tcp_vegas_cwnd_event,
|
D | tcp_yeah.c | 232 .cwnd_event = tcp_vegas_cwnd_event,
|
D | tcp_westwood.c | 282 .cwnd_event = tcp_westwood_event,
|
D | tcp_dctcp.c | 281 .cwnd_event = dctcp_cwnd_event,
|
D | tcp_cdg.c | 394 .cwnd_event = tcp_cdg_cwnd_event,
|
D | tcp_cubic.c | 463 .cwnd_event = bictcp_cwnd_event,
|
D | tcp_bbr.c | 955 .cwnd_event = bbr_cwnd_event,
|
/Linux-v4.19/include/net/ |
D | tcp.h | 1021 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); member 1095 if (icsk->icsk_ca_ops->cwnd_event) in tcp_ca_event() 1096 icsk->icsk_ca_ops->cwnd_event(sk, event); in tcp_ca_event()
|