Searched refs:TCP_FIN_WAIT1 (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/include/net/ |
D | tcp_states.h | 16 TCP_FIN_WAIT1, enumerator 37 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
|
/Linux-v6.1/include/linux/ |
D | dccp.h | 42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
|
/Linux-v6.1/include/trace/events/ |
D | sock.h | 29 EM(TCP_FIN_WAIT1) \
|
D | sunrpc.h | 782 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
|
/Linux-v6.1/net/mptcp/ |
D | protocol.c | 438 case TCP_FIN_WAIT1: in mptcp_check_data_fin_ack() 609 case TCP_FIN_WAIT1: in mptcp_check_data_fin() 920 case TCP_FIN_WAIT1: in mptcp_check_for_eof() 2790 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2792 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2793 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1, 2840 } else if (sk->sk_state == TCP_FIN_WAIT1) { in __mptcp_check_send_data_fin()
|
/Linux-v6.1/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_cm.c | 45 /* 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()
|
D | chtls_io.c | 146 case TCP_FIN_WAIT1: in tcp_state_to_flowc_state()
|
/Linux-v6.1/net/ipv4/ |
D | tcp_timer.c | 458 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
|
D | tcp.c | 2710 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state() 2772 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2774 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2775 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
|
D | tcp_input.c | 4385 case TCP_FIN_WAIT1: in tcp_fin() 6508 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process() 6578 case TCP_FIN_WAIT1: { in tcp_rcv_state_process() 6664 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
|
/Linux-v6.1/net/sunrpc/ |
D | xprtsock.c | 1469 case TCP_FIN_WAIT1: in xs_tcp_state_change() 2154 case TCP_FIN_WAIT1: in xs_tcp_shutdown()
|
/Linux-v6.1/drivers/nvme/target/ |
D | tcp.c | 1515 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
|
/Linux-v6.1/drivers/nvme/host/ |
D | tcp.c | 942 case TCP_FIN_WAIT1: in nvme_tcp_state_change()
|