tcp_ca_event     1054 include/net/tcp.h 	void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);
tcp_ca_event     1125 include/net/tcp.h static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event)
tcp_ca_event      329 net/ipv4/tcp_bbr.c static void bbr_cwnd_event(struct sock *sk, enum tcp_ca_event event)
tcp_ca_event      345 net/ipv4/tcp_cdg.c static void tcp_cdg_cwnd_event(struct sock *sk, const enum tcp_ca_event ev)
tcp_ca_event      153 net/ipv4/tcp_cubic.c static void bictcp_cwnd_event(struct sock *sk, enum tcp_ca_event event)
tcp_ca_event      163 net/ipv4/tcp_dctcp.c static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev)
tcp_ca_event       19 net/ipv4/tcp_dctcp.h static inline void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt,
tcp_ca_event      287 net/ipv4/tcp_input.c 			tcp_ca_event(sk, CA_EVENT_ECN_IS_CE);
tcp_ca_event      298 net/ipv4/tcp_input.c 			tcp_ca_event(sk, CA_EVENT_ECN_NO_CE);
tcp_ca_event     2005 net/ipv4/tcp_input.c 		tcp_ca_event(sk, CA_EVENT_LOSS);
tcp_ca_event     2518 net/ipv4/tcp_input.c 	tcp_ca_event(sk, CA_EVENT_COMPLETE_CWR);
tcp_ca_event      146 net/ipv4/tcp_output.c 	tcp_ca_event(sk, CA_EVENT_CWND_RESTART);
tcp_ca_event      166 net/ipv4/tcp_output.c 		tcp_ca_event(sk, CA_EVENT_TX_START);
tcp_ca_event      152 net/ipv4/tcp_vegas.c void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event)
tcp_ca_event       22 net/ipv4/tcp_vegas.h void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
tcp_ca_event      113 net/ipv4/tcp_veno.c static void tcp_veno_cwnd_event(struct sock *sk, enum tcp_ca_event event)
tcp_ca_event      240 net/ipv4/tcp_westwood.c static void tcp_westwood_event(struct sock *sk, enum tcp_ca_event event)