Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dtcp_states.h16 TCP_FIN_WAIT1, enumerator
37 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/
H A Dtcp.h168 TCP_FIN_WAIT1, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/
H A Dtcp.h168 TCP_FIN_WAIT1, enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Ddccp.h42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dsock.h29 EM(TCP_FIN_WAIT1) \
H A Dsunrpc.h789 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c2377 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state()
2428 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
2430 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN,
2431 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
H A Dtcp_timer.c460 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
H A Dtcp_input.c4348 case TCP_FIN_WAIT1: in tcp_fin()
6433 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process()
6499 case TCP_FIN_WAIT1: { in tcp_rcv_state_process()
6582 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dtcp.c1484 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dtcp.c920 case TCP_FIN_WAIT1: in nvme_tcp_state_change()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxprtsock.c1456 case TCP_FIN_WAIT1: in xs_tcp_state_change()