Searched refs:TCP_FIN_WAIT2 (Results 1 – 13 of 13) sorted by relevance
| /linux/include/net/ |
| H A D | tcp_states.h | 17 TCP_FIN_WAIT2, enumerator 39 TCPF_FIN_WAIT2 = (1 << TCP_FIN_WAIT2),
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | repair.c | 30 TCP_FIN_WAIT2, enumerator
|
| /linux/include/trace/events/ |
| H A D | sock.h | 30 EM(TCP_FIN_WAIT2) \
|
| H A D | sunrpc.h | 815 EM( TCP_FIN_WAIT2, "FIN_WAIT2" ) \
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_cm.c | 49 /* TCP_FIN_WAIT2 */ TCP_FIN_WAIT2, 381 if (sk->sk_state == TCP_FIN_WAIT2 && tcp_sk(sk)->linger2 < 0 && in chtls_close() 1894 case TCP_FIN_WAIT2: in chtls_peer_close() 1947 tcp_set_state(sk, TCP_FIN_WAIT2); in chtls_close_con_rpl()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 3012 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT2 != (int)TCP_FIN_WAIT2); in tcp_set_state() 3082 [TCP_FIN_WAIT2] = TCP_FIN_WAIT2, 3294 if (sk->sk_state == TCP_FIN_WAIT2) { in __tcp_close() 3309 tcp_time_wait(sk, TCP_FIN_WAIT2, tmo); in __tcp_close()
|
| H A D | tcp_minisocks.c | 132 if (READ_ONCE(tw->tw_substate) == TCP_FIN_WAIT2) { in tcp_timewait_state_process()
|
| H A D | tcp_input.c | 4982 case TCP_FIN_WAIT2: in tcp_fin() 7326 tcp_set_state(sk, TCP_FIN_WAIT2); in tcp_rcv_state_process() 7364 tcp_time_wait(sk, TCP_FIN_WAIT2, tmo); in tcp_rcv_state_process() 7404 case TCP_FIN_WAIT2: in tcp_rcv_state_process()
|
| H A D | tcp_ipv4.c | 127 if (READ_ONCE(tw->tw_substate) == TCP_FIN_WAIT2) in tcp_twsk_unique()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 461 mptcp_set_state(sk, TCP_FIN_WAIT2); in mptcp_check_data_fin_ack() 632 case TCP_FIN_WAIT2: in mptcp_check_data_fin() 3154 [TCP_FIN_WAIT2] = TCP_FIN_WAIT2,
|
| /linux/drivers/nvme/target/ |
| H A D | tcp.c | 1668 case TCP_FIN_WAIT2: in nvmet_tcp_state_change()
|
| /linux/drivers/nvme/host/ |
| H A D | tcp.c | 1107 case TCP_FIN_WAIT2: in nvme_tcp_state_change()
|
| /linux/net/sunrpc/ |
| H A D | xprtsock.c | 2267 case TCP_FIN_WAIT2: in xs_tcp_shutdown()
|