Home
last modified time | relevance | path

Searched refs:TCP_FIN_WAIT1 (Results 1 – 11 of 11) sorted by relevance

/linux/include/net/
H A Dtcp_states.h16 TCP_FIN_WAIT1, enumerator
38 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Drepair.c29 TCP_FIN_WAIT1, enumerator
/linux/include/trace/events/
H A Dsock.h29 EM(TCP_FIN_WAIT1) \
H A Dsunrpc.h814 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c45 /* TCP_ESTABLISHED */ TCP_FIN_WAIT1 | TCP_ACTION_FIN,
47 /* TCP_SYN_RECV */ TCP_FIN_WAIT1 | TCP_ACTION_FIN,
48 /* TCP_FIN_WAIT1 */ TCP_FIN_WAIT1,
1891 case TCP_FIN_WAIT1: in chtls_peer_close()
1946 case TCP_FIN_WAIT1: in chtls_close_con_rpl()
/linux/net/mptcp/
H A Dprotocol.c460 case TCP_FIN_WAIT1: in mptcp_check_data_fin_ack()
629 case TCP_FIN_WAIT1: in mptcp_check_data_fin()
3150 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
3152 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
3153 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
/linux/net/ipv4/
H A Dtcp.c3011 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state()
3078 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
3080 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
3081 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
H A Dtcp_input.c4974 case TCP_FIN_WAIT1: in tcp_fin()
7234 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process()
7317 case TCP_FIN_WAIT1: { in tcp_rcv_state_process()
7403 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
/linux/net/sunrpc/
H A Dxprtsock.c1569 case TCP_FIN_WAIT1: in xs_tcp_state_change()
2266 case TCP_FIN_WAIT1: in xs_tcp_shutdown()
/linux/drivers/nvme/target/
H A Dtcp.c1671 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
/linux/drivers/nvme/host/
H A Dtcp.c1106 case TCP_FIN_WAIT1: in nvme_tcp_state_change()