| tag | line | file | source code |
| TCP_FIN_WAIT1 | 1568 | net/inet/tcp.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2) return; |
| TCP_FIN_WAIT1 | 1630 | net/inet/tcp.c | if (sk->state == TCP_ESTABLISHED) sk->state = TCP_FIN_WAIT1; |
| TCP_FIN_WAIT1 | 2040 | net/inet/tcp.c | case TCP_FIN_WAIT1: |
| TCP_FIN_WAIT1 | 2132 | net/inet/tcp.c | sk->state = TCP_FIN_WAIT1; |
| TCP_FIN_WAIT1 | 2832 | net/inet/tcp.c | case TCP_FIN_WAIT1: |
| TCP_FIN_WAIT1 | 3224 | net/inet/tcp.c | case TCP_FIN_WAIT1: |
| TCP_FIN_WAIT1 | 3583 | net/inet/tcp.c | sk -> state != TCP_FIN_WAIT1 && sk->state != TCP_FIN_WAIT2) |
| TCP_FIN_WAIT1 | 108 | net/inet/tcp.h | state == TCP_FIN_WAIT1 || state == TCP_FIN_WAIT2 || |
| TCP_FIN_WAIT1 | 180 | net/inet/timer.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2 |
| TCP_FIN_WAIT1 | 214 | net/inet/timer.c | if (sk->state == TCP_FIN_WAIT1 || sk->state == TCP_FIN_WAIT2) { |