| tag | line | file | source code |
|---|---|---|---|
| TCP_LAST_ACK | 770 | net/ipv4/af_inet.c | case TCP_LAST_ACK: |
| TCP_LAST_ACK | 2241 | net/ipv4/tcp.c | ns=TCP_LAST_ACK; |
| TCP_LAST_ACK | 2391 | net/ipv4/tcp.c | sk->state == TCP_LAST_ACK || |
| TCP_LAST_ACK | 3538 | net/ipv4/tcp.c | if (sk->state == TCP_LAST_ACK) |
| TCP_LAST_ACK | 3741 | net/ipv4/tcp.c | tcp_set_state(sk,TCP_LAST_ACK); |
| TCP_LAST_ACK | 4889 | net/ipv4/tcp.c | sk->state != TCP_LAST_ACK && |