Searched refs:TCP_FIN_WAIT1 (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tcp_states.h | 16 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 D | tcp.h | 168 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 D | tcp.h | 168 TCP_FIN_WAIT1, enumerator
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dccp.h | 42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
|
| /OK3568_Linux_fs/kernel/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" ) \
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp.c | 2377 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 D | tcp_timer.c | 460 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
|
| H A D | tcp_input.c | 4348 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 D | tcp.c | 1484 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | tcp.c | 920 case TCP_FIN_WAIT1: in nvme_tcp_state_change()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | xprtsock.c | 1456 case TCP_FIN_WAIT1: in xs_tcp_state_change()
|