/kernel/linux/linux-5.10/include/net/ |
H A D | tcp_states.h | 16 TCP_FIN_WAIT1, enumerator 37 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp_states.h | 16 TCP_FIN_WAIT1, enumerator 37 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
|
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
H A D | tcp.h | 47 #define TCP_FIN_WAIT1 4 macro
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sock.h | 29 EM(TCP_FIN_WAIT1) \
|
H A D | sunrpc.h | 789 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dccp.h | 42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dccp.h | 42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 344 case TCP_FIN_WAIT1: in mptcp_check_data_fin_ack() 428 case TCP_FIN_WAIT1: in mptcp_check_data_fin() 1931 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 1933 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 1934 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1, 2756 inet_sk_state_store(sock->sk, TCP_FIN_WAIT1); in mptcp_shutdown()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip.c | 348 * TCP_FIN_WAIT1 our side has shutdown, waiting to complete 423 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 425 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 426 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1, 538 * TCP_ESTABLISHED -> TCP_FIN_WAIT1 in tcp_nip_close() 539 * TCP_SYN_RECV -> TCP_FIN_WAIT1 (forget it, it's impossible) in tcp_nip_close()
|
H A D | tcp_nip_input.c | 164 case TCP_FIN_WAIT1: in tcp_nip_fin() 2087 case TCP_FIN_WAIT1: { in tcp_nip_rcv_state_process() 2103 nip_dbg("TCP_FIN_WAIT1: recvd ack for fin.Wait for fin from other side"); in tcp_nip_rcv_state_process() 2140 case TCP_FIN_WAIT1: in tcp_nip_rcv_state_process()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A 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()
|
H A D | chtls_io.c | 146 case TCP_FIN_WAIT1: in tcp_state_to_flowc_state()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A 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()
|
H A D | chtls_io.c | 146 case TCP_FIN_WAIT1: in tcp_state_to_flowc_state()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 447 case TCP_FIN_WAIT1: in mptcp_check_data_fin_ack() 615 case TCP_FIN_WAIT1: in mptcp_check_data_fin() 2902 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2904 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2905 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sock.h | 29 EM(TCP_FIN_WAIT1) \
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 218 * TCP_FIN_WAIT1 our side has shutdown, waiting to complete 2421 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state() 2472 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2474 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2475 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1, 2623 * TCP_ESTABLISHED -> TCP_FIN_WAIT1 in __tcp_close() 2624 * TCP_SYN_RECV -> TCP_FIN_WAIT1 (it is difficult) in __tcp_close()
|
H A D | tcp_timer.c | 497 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
|
H A D | tcp_input.c | 4373 case TCP_FIN_WAIT1: in tcp_fin() 6461 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process() 6529 case TCP_FIN_WAIT1: { in tcp_rcv_state_process() 6612 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_timer.c | 497 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
|
H A D | tcp.c | 218 * TCP_FIN_WAIT1 our side has shutdown, waiting to complete 2610 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state() 2672 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2674 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2675 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1, 2821 * TCP_ESTABLISHED -> TCP_FIN_WAIT1 in __tcp_close() 2822 * TCP_SYN_RECV -> TCP_FIN_WAIT1 (forget it, it's impossible) in __tcp_close()
|
H A D | tcp_input.c | 4419 case TCP_FIN_WAIT1: in tcp_fin() 6562 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process() 6632 case TCP_FIN_WAIT1: { in tcp_rcv_state_process() 6718 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | xprtsock.c | 1535 case TCP_FIN_WAIT1: in xs_tcp_state_change() 2222 case TCP_FIN_WAIT1: in xs_tcp_shutdown()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | tcp.c | 1495 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | tcp.c | 1566 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
|