Home
last modified time | relevance | path

Searched refs:TCPF_FIN_WAIT1 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dtcp.h82 TCPF_FIN_WAIT1 = (1 << 4), enumerator
/linux-2.4.37.9/net/ipv4/
Dtcp.c1845 return ((1 << sk->state) & (TCPF_FIN_WAIT1|TCPF_CLOSING|TCPF_LAST_ACK)); in closing()
2081 (TCPF_ESTABLISHED|TCPF_CLOSE_WAIT|TCPF_FIN_WAIT1| in tcp_need_reset()