tag | line | file | source code |
TCP_FIN_WAIT2 | 758 | net/inet/af_inet.c | while(sk->state < TCP_LAST_ACK && sk->state!= TCP_FIN_WAIT2 && |
TCP_FIN_WAIT2 | 919 | net/inet/af_inet.c | if (sk->state > TCP_FIN_WAIT2 && sock->state==SS_CONNECTING) |
TCP_FIN_WAIT2 | 622 | net/inet/tcp.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2 || sk->state == TCP_CLOSING) |
TCP_FIN_WAIT2 | 666 | net/inet/tcp.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2) |
TCP_FIN_WAIT2 | 2032 | net/inet/tcp.c | sk->state == TCP_FIN_WAIT2 || |
TCP_FIN_WAIT2 | 2095 | net/inet/tcp.c | tcp_set_state(sk,TCP_FIN_WAIT2); |
TCP_FIN_WAIT2 | 2143 | net/inet/tcp.c | tcp_set_state(sk,TCP_FIN_WAIT2); |
TCP_FIN_WAIT2 | 2678 | net/inet/tcp.c | case TCP_FIN_WAIT2: |
TCP_FIN_WAIT2 | 2767 | net/inet/tcp.c | tcp_set_state(sk,TCP_FIN_WAIT2); |
TCP_FIN_WAIT2 | 2828 | net/inet/tcp.c | tcp_set_state(sk,TCP_FIN_WAIT2); |
TCP_FIN_WAIT2 | 3340 | net/inet/tcp.c | tcp_set_state(sk, TCP_FIN_WAIT2); |
TCP_FIN_WAIT2 | 3499 | net/inet/tcp.c | case TCP_FIN_WAIT2: |
TCP_FIN_WAIT2 | 109 | 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) |