Home
last modified time | relevance | path

Searched refs:TCP_CA_CWR (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dtcp.h142 TCP_CA_CWR = 2, enumerator
143 #define TCPF_CA_CWR (1<<TCP_CA_CWR)
/linux-2.4.37.9/include/net/
Dtcp.h1255 if (tp->ca_state < TCP_CA_CWR) { in tcp_enter_cwr()
1257 tcp_set_ca_state(tp, TCP_CA_CWR); in tcp_enter_cwr()
/linux-2.4.37.9/net/ipv4/
Dtcp_input.c1770 if (tp->ca_state != TCP_CA_CWR) { in tcp_try_to_open()
1849 case TCP_CA_CWR: in tcp_fastretrans_alert()
1931 if (tp->ca_state < TCP_CA_CWR) { in tcp_fastretrans_alert()