Home
last modified time | relevance | path

Searched refs:CA_EVENT_TX_START (Results 1 – 6 of 6) 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.c154 event == CA_EVENT_TX_START) in tcp_vegas_cwnd_event()
Dtcp_cubic.c154 if (event == CA_EVENT_TX_START) { in bictcp_cwnd_event()
Dtcp_bbr.c306 if (event == CA_EVENT_TX_START && tp->app_limited) { in bbr_cwnd_event()
Dtcp_output.c151 tcp_ca_event(sk, CA_EVENT_TX_START); in tcp_event_data_sent()
/Linux-v4.19/include/net/
Dtcp.h943 CA_EVENT_TX_START, /* first transmit when no packets in flight */ enumerator