Searched refs:TCP_FIN_WAIT2 (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tcp_states.h | 17 TCP_FIN_WAIT2, enumerator 38 TCPF_FIN_WAIT2 = (1 << TCP_FIN_WAIT2),
|
| /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 | 169 TCP_FIN_WAIT2, 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 | 169 TCP_FIN_WAIT2, enumerator
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A 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()
|
| H A D | tcp.c | 2378 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT2 != (int)TCP_FIN_WAIT2); in tcp_set_state() 2432 [TCP_FIN_WAIT2] = TCP_FIN_WAIT2, 2611 if (sk->sk_state == TCP_FIN_WAIT2) { in tcp_close() 2625 tcp_time_wait(sk, TCP_FIN_WAIT2, tmo); in tcp_close()
|
| H A D | tcp_minisocks.c | 112 if (tw->tw_substate == TCP_FIN_WAIT2) { in tcp_timewait_state_process()
|
| H A D | tcp_input.c | 4356 case TCP_FIN_WAIT2: in tcp_fin() 6508 tcp_set_state(sk, TCP_FIN_WAIT2); in tcp_rcv_state_process() 6546 tcp_time_wait(sk, TCP_FIN_WAIT2, tmo); in tcp_rcv_state_process() 6583 case TCP_FIN_WAIT2: in tcp_rcv_state_process()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | sock.h | 30 EM(TCP_FIN_WAIT2) \
|
| H A D | sunrpc.h | 790 EM( TCP_FIN_WAIT2, "FIN_WAIT2" ) \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A 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()
|
| H A D | chtls_io.c | 152 case TCP_FIN_WAIT2: in tcp_state_to_flowc_state()
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A 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,
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | tcp.c | 1481 case TCP_FIN_WAIT2: in nvmet_tcp_state_change()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | tcp.c | 921 case TCP_FIN_WAIT2: in nvme_tcp_state_change()
|