Searched refs:TCP_FIN_WAIT1 (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
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/ |
D | tcp.h | 47 #define TCP_FIN_WAIT1 4 macro
|
/kernel/linux/linux-5.10/include/linux/ |
D | dccp.h | 42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | sock.h | 29 EM(TCP_FIN_WAIT1) \
|
D | sunrpc.h | 789 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
|
/kernel/linux/linux-5.10/net/mptcp/ |
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/ |
D | tcp_nip.c | 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,
|
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() 2140 case TCP_FIN_WAIT1: in tcp_nip_rcv_state_process()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_timer.c | 460 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
|
D | tcp.c | 2375 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state() 2426 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2428 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2429 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
|
D | tcp_input.c | 4347 case TCP_FIN_WAIT1: in tcp_fin() 6431 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process() 6497 case TCP_FIN_WAIT1: { in tcp_rcv_state_process() 6580 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | tcp.c | 1492 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | xprtsock.c | 1456 case TCP_FIN_WAIT1: in xs_tcp_state_change()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | tcp.c | 920 case TCP_FIN_WAIT1: in nvme_tcp_state_change()
|