Home
last modified time | relevance | path

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

/linux/include/net/
A Dtcp_states.h16 TCP_FIN_WAIT1, enumerator
37 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
/linux/include/linux/
A Ddccp.h42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
/linux/net/mptcp/
A Dprotocol.c431 case TCP_FIN_WAIT1: in mptcp_check_data_fin_ack()
594 case TCP_FIN_WAIT1: in mptcp_check_data_fin()
913 case TCP_FIN_WAIT1: in mptcp_check_for_eof()
2566 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
2568 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
2569 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
2615 } else if (sk->sk_state == TCP_FIN_WAIT1) { in __mptcp_check_send_data_fin()
/linux/include/trace/events/
A Dsock.h29 EM(TCP_FIN_WAIT1) \
A Dsunrpc.h783 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
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,
1890 case TCP_FIN_WAIT1: in chtls_peer_close()
1945 case TCP_FIN_WAIT1: in chtls_close_con_rpl()
A Dchtls_io.c146 case TCP_FIN_WAIT1: in tcp_state_to_flowc_state()
/linux/net/ipv4/
A Dtcp_timer.c460 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
A Dtcp.c2564 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state()
2626 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
2628 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
2629 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
A Dtcp_input.c4359 case TCP_FIN_WAIT1: in tcp_fin()
6439 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process()
6505 case TCP_FIN_WAIT1: { in tcp_rcv_state_process()
6591 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
/linux/net/sunrpc/
A Dxprtsock.c1431 case TCP_FIN_WAIT1: in xs_tcp_state_change()
2092 case TCP_FIN_WAIT1: in xs_tcp_shutdown()
/linux/drivers/nvme/target/
A Dtcp.c1526 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
/linux/drivers/nvme/host/
A Dtcp.c894 case TCP_FIN_WAIT1: in nvme_tcp_state_change()

Completed in 54 milliseconds