tag | line | file | source code |
TCP_FIN_WAIT1 | 748 | net/inet/af_inet.c | case TCP_FIN_WAIT1: |
TCP_FIN_WAIT1 | 338 | net/inet/tcp.c | if(p->sk->state == TCP_ESTABLISHED || p->sk->state >= TCP_FIN_WAIT1) |
TCP_FIN_WAIT1 | 616 | net/inet/tcp.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2 || sk->state == TCP_CLOSING ) |
TCP_FIN_WAIT1 | 2256 | net/inet/tcp.c | ns=TCP_FIN_WAIT1; |
TCP_FIN_WAIT1 | 2259 | net/inet/tcp.c | case TCP_FIN_WAIT1: /* Already closing, or FIN sent: no change */ |
TCP_FIN_WAIT1 | 2419 | net/inet/tcp.c | if (sk->state == TCP_FIN_WAIT1 || |
TCP_FIN_WAIT1 | 3595 | net/inet/tcp.c | if (sk->state == TCP_FIN_WAIT1) |
TCP_FIN_WAIT1 | 3745 | net/inet/tcp.c | case TCP_FIN_WAIT1: |
TCP_FIN_WAIT1 | 4917 | net/inet/tcp.c | sk->state != TCP_FIN_WAIT1 && |
TCP_FIN_WAIT1 | 116 | net/inet/tcp.h | state == TCP_FIN_WAIT1 || state == TCP_FIN_WAIT2 || |
TCP_FIN_WAIT1 | 199 | net/inet/timer.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2 || sk->state == TCP_CLOSING) |
TCP_FIN_WAIT1 | 242 | net/inet/timer.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2) |