Searched refs:tcp_ca_event (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_vegas.h | 22 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
 | 
| D | tcp_dctcp.h | 19 static inline void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt,  in dctcp_ece_ack_update()
 | 
| D | tcp_veno.c | 113 static void tcp_veno_cwnd_event(struct sock *sk, enum tcp_ca_event event)  in tcp_veno_cwnd_event()
 | 
| D | tcp_vegas.c | 152 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event)  in tcp_vegas_cwnd_event()
 | 
| D | tcp_dctcp.c | 163 static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev)  in dctcp_cwnd_event()
 | 
| D | tcp_westwood.c | 240 static void tcp_westwood_event(struct sock *sk, enum tcp_ca_event event)  in tcp_westwood_event()
 | 
| D | tcp_cdg.c | 345 static void tcp_cdg_cwnd_event(struct sock *sk, const enum tcp_ca_event ev)  in tcp_cdg_cwnd_event()
 | 
| D | tcp_cubic.c | 153 static void bictcp_cwnd_event(struct sock *sk, enum tcp_ca_event event)  in bictcp_cwnd_event()
 | 
| D | tcp_bbr.c | 328 static void bbr_cwnd_event(struct sock *sk, enum tcp_ca_event event)  in bbr_cwnd_event()
 | 
| D | tcp_input.c | 287 			tcp_ca_event(sk, CA_EVENT_ECN_IS_CE);  in __tcp_ecn_check_ce()298 			tcp_ca_event(sk, CA_EVENT_ECN_NO_CE);  in __tcp_ecn_check_ce()
 2001 		tcp_ca_event(sk, CA_EVENT_LOSS);  in tcp_enter_loss()
 2514 	tcp_ca_event(sk, CA_EVENT_COMPLETE_CWR);  in tcp_end_cwnd_reduction()
 
 | 
| D | tcp_output.c | 143 	tcp_ca_event(sk, CA_EVENT_CWND_RESTART);  in tcp_cwnd_restart()163 		tcp_ca_event(sk, CA_EVENT_TX_START);  in tcp_event_data_sent()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | tcp.h | 964 enum tcp_ca_event {  enum1043 	void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);
 1114 static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event)  in tcp_ca_event()  function
 
 |