Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtcp_states.h16 TCP_FIN_WAIT1, enumerator
37 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
/openbmc/linux/include/linux/
H A Ddccp.h42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
/openbmc/linux/include/trace/events/
H A Dsock.h29 EM(TCP_FIN_WAIT1) \
H A Dsunrpc.h814 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
/openbmc/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,
1889 case TCP_FIN_WAIT1: in chtls_peer_close()
1944 case TCP_FIN_WAIT1: in chtls_close_con_rpl()
H A Dchtls_io.c146 case TCP_FIN_WAIT1: in tcp_state_to_flowc_state()
/openbmc/linux/net/mptcp/
H A Dprotocol.c433 case TCP_FIN_WAIT1: in mptcp_check_data_fin_ack()
601 case TCP_FIN_WAIT1: in mptcp_check_data_fin()
2893 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
2895 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
2896 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
/openbmc/linux/net/ipv4/
H A Dtcp_timer.c497 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
H A Dtcp.c2613 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state()
2679 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
2681 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
2682 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
H A Dtcp_input.c4419 case TCP_FIN_WAIT1: in tcp_fin()
6563 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process()
6635 case TCP_FIN_WAIT1: { in tcp_rcv_state_process()
6721 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
/openbmc/linux/net/sunrpc/
H A Dxprtsock.c1535 case TCP_FIN_WAIT1: in xs_tcp_state_change()
2222 case TCP_FIN_WAIT1: in xs_tcp_shutdown()
/openbmc/linux/drivers/nvme/target/
H A Dtcp.c1563 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
/openbmc/linux/drivers/nvme/host/
H A Dtcp.c960 case TCP_FIN_WAIT1: in nvme_tcp_state_change()