Searched refs:TCP_FIN_WAIT1 (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | tcp_states.h | 16 TCP_FIN_WAIT1, enumerator 38 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
|
| /linux-6.15/include/linux/ |
| H A D | dccp.h | 42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
|
| /linux-6.15/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | repair.c | 29 TCP_FIN_WAIT1, enumerator
|
| /linux-6.15/include/trace/events/ |
| H A D | sock.h | 30 EM(TCP_FIN_WAIT1) \
|
| H A D | sunrpc.h | 816 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
|
| /linux-6.15/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()
|
| /linux-6.15/net/mptcp/ |
| H A D | protocol.c | 370 case TCP_FIN_WAIT1: in mptcp_check_data_fin_ack() 539 case TCP_FIN_WAIT1: in mptcp_check_data_fin() 2871 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2873 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2874 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_timer.c | 543 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
|
| H A D | tcp.c | 2909 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state() 2976 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2978 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2979 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
|
| H A D | tcp_input.c | 4623 case TCP_FIN_WAIT1: in tcp_fin() 6836 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process() 6916 case TCP_FIN_WAIT1: { in tcp_rcv_state_process() 7002 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
|
| /linux-6.15/net/sunrpc/ |
| H A D | xprtsock.c | 1549 case TCP_FIN_WAIT1: in xs_tcp_state_change() 2246 case TCP_FIN_WAIT1: in xs_tcp_shutdown()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | tcp.c | 1683 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | tcp.c | 1084 case TCP_FIN_WAIT1: in nvme_tcp_state_change()
|