Searched refs:tcp_ca_event (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | tcp_vegas.h | 21 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
|
D | tcp_dctcp.c | 242 static void dctcp_update_ack_reserved(struct sock *sk, enum tcp_ca_event ev) in dctcp_update_ack_reserved() 261 static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in dctcp_cwnd_event()
|
D | tcp_veno.c | 111 static void tcp_veno_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_veno_cwnd_event()
|
D | tcp_vegas.c | 151 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_vegas_cwnd_event()
|
D | tcp_westwood.c | 238 static void tcp_westwood_event(struct sock *sk, enum tcp_ca_event event) in tcp_westwood_event()
|
D | tcp_cubic.c | 154 static void bictcp_cwnd_event(struct sock *sk, enum tcp_ca_event event) in bictcp_cwnd_event()
|
D | tcp_output.c | 148 tcp_ca_event(sk, CA_EVENT_CWND_RESTART); in tcp_cwnd_restart() 945 tcp_ca_event(sk, CA_EVENT_TX_START); in tcp_transmit_skb() 3285 tcp_ca_event(sk, CA_EVENT_DELAYED_ACK); in tcp_send_delayed_ack() 3343 tcp_ca_event(sk, CA_EVENT_NON_DELAYED_ACK); in tcp_send_ack()
|
D | tcp_input.c | 236 tcp_ca_event((struct sock *)tp, CA_EVENT_ECN_IS_CE); in __tcp_ecn_check_ce() 247 tcp_ca_event((struct sock *)tp, CA_EVENT_ECN_NO_CE); in __tcp_ecn_check_ce() 1937 tcp_ca_event(sk, CA_EVENT_LOSS); in tcp_enter_loss() 2543 tcp_ca_event(sk, CA_EVENT_COMPLETE_CWR); in tcp_end_cwnd_reduction()
|
/linux-4.1.27/include/net/ |
D | tcp.h | 775 enum tcp_ca_event { enum 826 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev); 887 static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event) in tcp_ca_event() function
|