Home
last modified time | relevance | path

Searched refs:TCP_FIN_WAIT1 (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/include/net/
H A Dtcp_states.h16 TCP_FIN_WAIT1, enumerator
37 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
/kernel/linux/linux-6.6/include/net/
H A Dtcp_states.h16 TCP_FIN_WAIT1, enumerator
37 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H A Dtcp.h47 #define TCP_FIN_WAIT1 4 macro
/kernel/linux/linux-5.10/include/trace/events/
H A Dsock.h29 EM(TCP_FIN_WAIT1) \
H A Dsunrpc.h789 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
/kernel/linux/linux-5.10/include/linux/
H A Ddccp.h42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
/kernel/linux/linux-6.6/include/linux/
H A Ddccp.h42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.c344 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 Dtcp_nip.c348 * 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 Dtcp_nip_input.c164 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 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.c447 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 Dsock.h29 EM(TCP_FIN_WAIT1) \
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp.c218 * 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 Dtcp_timer.c497 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
H A Dtcp_input.c4373 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 Dtcp_timer.c497 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
H A Dtcp.c218 * 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 Dtcp_input.c4419 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 Dxprtsock.c1535 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 Dtcp.c1495 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dtcp.c1566 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()

Completed in 67 milliseconds

12