Searched refs:TCPF_CLOSE_WAIT (Results 1 – 6 of 6) sorted by relevance
45 TCPF_CLOSE_WAIT = (1 << 8), enumerator
77 ~(TCPF_ESTABLISHED | TCPF_CLOSE_WAIT))); in sk_stream_wait_connect()
887 if (((1 << sk->sk_state) & ~(TCPF_ESTABLISHED | TCPF_CLOSE_WAIT)) && in do_tcp_sendpages()1094 if (((1 << sk->sk_state) & ~(TCPF_ESTABLISHED | TCPF_CLOSE_WAIT)) && in tcp_sendmsg()1963 TCPF_SYN_RECV | TCPF_CLOSE_WAIT)) { in tcp_shutdown()2164 (TCPF_ESTABLISHED | TCPF_CLOSE_WAIT | TCPF_FIN_WAIT1 | in tcp_need_reset()2521 (TCPF_ESTABLISHED | TCPF_CLOSE_WAIT) && in do_tcp_setsockopt()
680 TCPF_CLOSE_WAIT | TCPF_CLOSE))); in inet_accept()
742 TCPF_CLOSE_WAIT | TCPF_LAST_ACK)) in tcp_tsq_handler()
718 & ~(TCPF_CLOSE|TCPF_LISTEN|TCPF_CLOSE_WAIT)) in pep_do_rcv()