Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dtcp_vegas.h21 extern void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event 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.c153 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event) in tcp_vegas_cwnd_event()
Dtcp_westwood.c225 static void tcp_westwood_event(struct sock *sk, enum tcp_ca_event event) in tcp_westwood_event()
Dtcp_input.c2123 tcp_ca_event(sk, CA_EVENT_FRTO); in tcp_enter_frto()
2255 tcp_ca_event(sk, CA_EVENT_LOSS); in tcp_enter_loss()
2884 tcp_ca_event(sk, CA_EVENT_COMPLETE_CWR); in tcp_complete_cwr()
3802 tcp_ca_event(sk, CA_EVENT_FAST_ACK); in tcp_ack()
3819 tcp_ca_event(sk, CA_EVENT_SLOW_ACK); in tcp_ack()
Dtcp_output.c143 tcp_ca_event(sk, CA_EVENT_CWND_RESTART); in tcp_cwnd_restart()
839 tcp_ca_event(sk, CA_EVENT_TX_START); in tcp_transmit_skb()
/linux-3.4.99/include/net/
Dtcp.h679 enum tcp_ca_event { enum
717 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);
758 static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event) in tcp_ca_event() function