tag | line | file | source code |
TCP_FIN_WAIT1 | 1463 | net/inet/tcp.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2) return; |
TCP_FIN_WAIT1 | 1525 | net/inet/tcp.c | if (sk->state == TCP_ESTABLISHED) sk->state = TCP_FIN_WAIT1; |
TCP_FIN_WAIT1 | 1954 | net/inet/tcp.c | case TCP_FIN_WAIT1: |
TCP_FIN_WAIT1 | 2046 | net/inet/tcp.c | sk->state = TCP_FIN_WAIT1; |
TCP_FIN_WAIT1 | 2691 | net/inet/tcp.c | case TCP_FIN_WAIT1: |
TCP_FIN_WAIT1 | 3054 | net/inet/tcp.c | case TCP_FIN_WAIT1: |
TCP_FIN_WAIT1 | 128 | net/inet/tcp.h | state == TCP_FIN_WAIT1 || state == TCP_FIN_WAIT2 || |
TCP_FIN_WAIT1 | 176 | net/inet/timer.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2 |
TCP_FIN_WAIT1 | 210 | net/inet/timer.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2) { |