| tag | line | file | source code |
| TCP_CLOSE_WAIT | 115 | include/net/tcp.h | return(state == TCP_ESTABLISHED || state == TCP_CLOSE_WAIT || |
| TCP_CLOSE_WAIT | 1461 | net/ipv4/tcp.c | while(sk->state != TCP_ESTABLISHED && sk->state != TCP_CLOSE_WAIT) |
| TCP_CLOSE_WAIT | 1505 | net/ipv4/tcp.c | sk->state != TCP_CLOSE_WAIT && sk->err == 0) |
| TCP_CLOSE_WAIT | 1642 | net/ipv4/tcp.c | (sk->state == TCP_ESTABLISHED||sk->state == TCP_CLOSE_WAIT) |
| TCP_CLOSE_WAIT | 2239 | net/ipv4/tcp.c | case TCP_CLOSE_WAIT: /* They have FIN'd us. We send our FIN and |
| TCP_CLOSE_WAIT | 3691 | net/ipv4/tcp.c | tcp_set_state(sk,TCP_CLOSE_WAIT); |
| TCP_CLOSE_WAIT | 3696 | net/ipv4/tcp.c | case TCP_CLOSE_WAIT: |
| TCP_CLOSE_WAIT | 4440 | net/ipv4/tcp.c | if (sk->state == TCP_CLOSE_WAIT) |
| TCP_CLOSE_WAIT | 4887 | net/ipv4/tcp.c | sk->state != TCP_CLOSE_WAIT && |