tag | line | file | source code |
TCP_FIN_WAIT2 | 958 | net/inet/af_inet.c | if (sk->state > TCP_FIN_WAIT2 && sock->state==SS_CONNECTING) |
TCP_FIN_WAIT2 | 616 | net/inet/tcp.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2 || sk->state == TCP_CLOSING ) |
TCP_FIN_WAIT2 | 2260 | net/inet/tcp.c | case TCP_FIN_WAIT2: |
TCP_FIN_WAIT2 | 2284 | net/inet/tcp.c | if(dead && ns==TCP_FIN_WAIT2) |
TCP_FIN_WAIT2 | 2420 | net/inet/tcp.c | sk->state == TCP_FIN_WAIT2 || |
TCP_FIN_WAIT2 | 3604 | net/inet/tcp.c | tcp_set_state(sk, TCP_FIN_WAIT2); |
TCP_FIN_WAIT2 | 3762 | net/inet/tcp.c | case TCP_FIN_WAIT2: |
TCP_FIN_WAIT2 | 116 | net/inet/tcp.h | state == TCP_FIN_WAIT1 || state == TCP_FIN_WAIT2 || |
TCP_FIN_WAIT2 | 199 | net/inet/timer.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2 || sk->state == TCP_CLOSING) |
TCP_FIN_WAIT2 | 242 | net/inet/timer.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2) |