Home
last modified time | relevance | path

Searched refs:TCP_FIN_WAIT2 (Results 1 – 13 of 13) sorted by relevance

/linux/include/net/
H A Dtcp_states.h17 TCP_FIN_WAIT2, enumerator
39 TCPF_FIN_WAIT2 = (1 << TCP_FIN_WAIT2),
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Drepair.c30 TCP_FIN_WAIT2, enumerator
/linux/include/trace/events/
H A Dsock.h30 EM(TCP_FIN_WAIT2) \
H A Dsunrpc.h815 EM( TCP_FIN_WAIT2, "FIN_WAIT2" ) \
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c49 /* 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 Dtcp.c3012 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 Dtcp_minisocks.c132 if (READ_ONCE(tw->tw_substate) == TCP_FIN_WAIT2) { in tcp_timewait_state_process()
H A Dtcp_input.c4982 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 Dtcp_ipv4.c127 if (READ_ONCE(tw->tw_substate) == TCP_FIN_WAIT2) in tcp_twsk_unique()
/linux/net/mptcp/
H A Dprotocol.c461 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 Dtcp.c1668 case TCP_FIN_WAIT2: in nvmet_tcp_state_change()
/linux/drivers/nvme/host/
H A Dtcp.c1107 case TCP_FIN_WAIT2: in nvme_tcp_state_change()
/linux/net/sunrpc/
H A Dxprtsock.c2267 case TCP_FIN_WAIT2: in xs_tcp_shutdown()