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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_vegas.h21 extern void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
H A Dtcp_veno.c111 static void tcp_veno_cwnd_event(struct sock *sk, enum tcp_ca_event event)
H A Dtcp_vegas.c153 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event)
H A Dtcp_westwood.c225 static void tcp_westwood_event(struct sock *sk, enum tcp_ca_event event)
H A Dtcp_input.c2085 tcp_ca_event(sk, CA_EVENT_FRTO);
2217 tcp_ca_event(sk, CA_EVENT_LOSS);
2829 tcp_ca_event(sk, CA_EVENT_COMPLETE_CWR);
3662 tcp_ca_event(sk, CA_EVENT_FAST_ACK);
3679 tcp_ca_event(sk, CA_EVENT_SLOW_ACK);
H A Dtcp_output.c142 tcp_ca_event(sk, CA_EVENT_CWND_RESTART);
837 tcp_ca_event(sk, CA_EVENT_TX_START);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h636 enum tcp_ca_event { enum
674 void (*cwnd_event)(struct sock *sk, enum tcp_ca_event ev);
715 static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event) function

Completed in 88 milliseconds