Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_veno.c115 if (event == CA_EVENT_CWND_RESTART || event == CA_EVENT_TX_START) in tcp_veno_cwnd_event()
Dtcp_vegas.c154 if (event == CA_EVENT_CWND_RESTART || in tcp_vegas_cwnd_event()
Dtcp_cdg.c352 case CA_EVENT_CWND_RESTART: in tcp_cdg_cwnd_event()
Dtcp_output.c147 tcp_ca_event(sk, CA_EVENT_CWND_RESTART); in tcp_cwnd_restart()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h116 CA_EVENT_CWND_RESTART = 1, enumerator
/kernel/linux/linux-5.10/include/net/
Dtcp.h993 CA_EVENT_CWND_RESTART, /* congestion window restart */ enumerator