tag | line | file | source code |
TCP_FIN_WAIT2 | 1463 | net/inet/tcp.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2) return; |
TCP_FIN_WAIT2 | 1526 | net/inet/tcp.c | else sk->state = TCP_FIN_WAIT2; |
TCP_FIN_WAIT2 | 1955 | net/inet/tcp.c | case TCP_FIN_WAIT2: |
TCP_FIN_WAIT2 | 2044 | net/inet/tcp.c | sk->state = TCP_FIN_WAIT2; |
TCP_FIN_WAIT2 | 2366 | net/inet/tcp.c | if (sk->state == TCP_LAST_ACK || sk->state == TCP_FIN_WAIT2) { |
TCP_FIN_WAIT2 | 2622 | net/inet/tcp.c | if (sk->state == TCP_FIN_WAIT2 && |
TCP_FIN_WAIT2 | 2688 | net/inet/tcp.c | case TCP_FIN_WAIT2: |
TCP_FIN_WAIT2 | 2694 | net/inet/tcp.c | sk->state = TCP_FIN_WAIT2; |
TCP_FIN_WAIT2 | 3055 | net/inet/tcp.c | case TCP_FIN_WAIT2: |
TCP_FIN_WAIT2 | 128 | net/inet/tcp.h | state == TCP_FIN_WAIT1 || state == TCP_FIN_WAIT2 || |
TCP_FIN_WAIT2 | 176 | net/inet/timer.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2 |
TCP_FIN_WAIT2 | 210 | net/inet/timer.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2) { |