Home
last modified time | relevance | path

Searched refs:tcp_ca_event (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/net/ipv4/
Dtcp_vegas.h21 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
Dtcp_dctcp.c248 static void dctcp_update_ack_reserved(struct sock *sk, enum tcp_ca_event ev) in dctcp_update_ack_reserved()
267 static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in dctcp_cwnd_event()
Dtcp_veno.c111 static void tcp_veno_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_veno_cwnd_event()
Dtcp_vegas.c151 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_vegas_cwnd_event()
Dtcp_westwood.c238 static void tcp_westwood_event(struct sock *sk, enum tcp_ca_event event) in tcp_westwood_event()
Dtcp_cdg.c352 static void tcp_cdg_cwnd_event(struct sock *sk, const enum tcp_ca_event ev) in tcp_cdg_cwnd_event()
Dtcp_cubic.c154 static void bictcp_cwnd_event(struct sock *sk, enum tcp_ca_event event) in bictcp_cwnd_event()
Dtcp_output.c148 tcp_ca_event(sk, CA_EVENT_CWND_RESTART); in tcp_cwnd_restart()
168 tcp_ca_event(sk, CA_EVENT_TX_START); in tcp_event_data_sent()
3294 tcp_ca_event(sk, CA_EVENT_DELAYED_ACK); in tcp_send_delayed_ack()
3352 tcp_ca_event(sk, CA_EVENT_NON_DELAYED_ACK); in tcp_send_ack()
Dtcp_input.c240 tcp_ca_event((struct sock *)tp, CA_EVENT_ECN_IS_CE); in __tcp_ecn_check_ce()
251 tcp_ca_event((struct sock *)tp, CA_EVENT_ECN_NO_CE); in __tcp_ecn_check_ce()
1886 tcp_ca_event(sk, CA_EVENT_LOSS); in tcp_enter_loss()
2511 tcp_ca_event(sk, CA_EVENT_COMPLETE_CWR); in tcp_end_cwnd_reduction()
/linux-4.4.14/include/net/
Dtcp.h815 enum tcp_ca_event { enum
866 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);
927 static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event) in tcp_ca_event() function