Searched refs:TCP_FIN_WAIT2 (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | tcp_states.h | 17 TCP_FIN_WAIT2, enumerator 38 TCPF_FIN_WAIT2 = (1 << TCP_FIN_WAIT2),
|
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
D | tcp.h | 48 #define TCP_FIN_WAIT2 5 macro
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | sock.h | 30 EM(TCP_FIN_WAIT2) \
|
D | sunrpc.h | 790 EM( TCP_FIN_WAIT2, "FIN_WAIT2" ) \
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_timer.c | 694 if (sk->sk_state == TCP_FIN_WAIT2 && sock_flag(sk, SOCK_DEAD)) { in tcp_keepalive_timer() 699 tcp_time_wait(sk, TCP_FIN_WAIT2, tmo); in tcp_keepalive_timer()
|
D | tcp.c | 2376 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT2 != (int)TCP_FIN_WAIT2); in tcp_set_state() 2430 [TCP_FIN_WAIT2] = TCP_FIN_WAIT2, 2634 if (sk->sk_state == TCP_FIN_WAIT2) { in __tcp_close() 2648 tcp_time_wait(sk, TCP_FIN_WAIT2, tmo); in __tcp_close()
|
D | tcp_minisocks.c | 112 if (tw->tw_substate == TCP_FIN_WAIT2) { in tcp_timewait_state_process()
|
D | tcp_input.c | 4355 case TCP_FIN_WAIT2: in tcp_fin() 6506 tcp_set_state(sk, TCP_FIN_WAIT2); in tcp_rcv_state_process() 6544 tcp_time_wait(sk, TCP_FIN_WAIT2, tmo); in tcp_rcv_state_process() 6581 case TCP_FIN_WAIT2: in tcp_rcv_state_process()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | tcp_nip_timer.c | 364 if ((sk->sk_state == TCP_FIN_WAIT2 || sk->sk_state == TCP_CLOSING) && in tcp_nip_keepalive_timer()
|
D | tcp_nip_input.c | 172 case TCP_FIN_WAIT2: in tcp_nip_fin() 2093 tcp_set_state(sk, TCP_FIN_WAIT2); in tcp_nip_rcv_state_process() 2141 case TCP_FIN_WAIT2: in tcp_nip_rcv_state_process()
|
D | tcp_nip.c | 427 [TCP_FIN_WAIT2] = TCP_FIN_WAIT2,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_cm.c | 49 /* TCP_FIN_WAIT2 */ TCP_FIN_WAIT2, 381 if (sk->sk_state == TCP_FIN_WAIT2 && tcp_sk(sk)->linger2 < 0 && in chtls_close() 1892 case TCP_FIN_WAIT2: in chtls_peer_close() 1945 tcp_set_state(sk, TCP_FIN_WAIT2); in chtls_close_con_rpl()
|
D | chtls_io.c | 152 case TCP_FIN_WAIT2: in tcp_state_to_flowc_state()
|
/kernel/linux/linux-5.10/net/mptcp/ |
D | protocol.c | 345 inet_sk_state_store(sk, TCP_FIN_WAIT2); in mptcp_check_data_fin_ack() 431 case TCP_FIN_WAIT2: in mptcp_check_data_fin() 1935 [TCP_FIN_WAIT2] = TCP_FIN_WAIT2,
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | tcp.c | 1489 case TCP_FIN_WAIT2: in nvmet_tcp_state_change()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | tcp.c | 921 case TCP_FIN_WAIT2: in nvme_tcp_state_change()
|