Searched refs:cwnd_event (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/net/ipv4/ |
D | tcp_veno.c | 212 .cwnd_event = tcp_veno_cwnd_event,
|
D | tcp_vegas.c | 315 .cwnd_event = tcp_vegas_cwnd_event,
|
D | tcp_yeah.c | 233 .cwnd_event = tcp_vegas_cwnd_event,
|
D | tcp_dctcp.c | 219 .cwnd_event = dctcp_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 | 464 .cwnd_event = bictcp_cwnd_event,
|
D | tcp_bbr.c | 1148 .cwnd_event = bbr_cwnd_event,
|
/Linux-v5.4/include/net/ |
D | tcp.h | 1043 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); member 1118 if (icsk->icsk_ca_ops->cwnd_event) in tcp_ca_event() 1119 icsk->icsk_ca_ops->cwnd_event(sk, event); in tcp_ca_event()
|