Home
last modified time | relevance | path

Searched refs:CA_EVENT_CWND_RESTART (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_veno.c114 if (event == CA_EVENT_CWND_RESTART || event == CA_EVENT_TX_START) in tcp_veno_cwnd_event()
Dtcp_vegas.c153 if (event == CA_EVENT_CWND_RESTART || in tcp_vegas_cwnd_event()
Dtcp_cdg.c351 case CA_EVENT_CWND_RESTART: in tcp_cdg_cwnd_event()
Dtcp_output.c131 tcp_ca_event(sk, CA_EVENT_CWND_RESTART); in tcp_cwnd_restart()
/Linux-v4.19/include/net/
Dtcp.h944 CA_EVENT_CWND_RESTART, /* congestion window restart */ enumerator