Searched refs:TCP_FIN_WAIT1 (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | tcp_states.h | 16 TCP_FIN_WAIT1, enumerator 37 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
|
| /Linux-v5.4/include/linux/ |
| D | dccp.h | 42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
|
| /Linux-v5.4/include/trace/events/ |
| D | sock.h | 28 EM(TCP_FIN_WAIT1) \
|
| D | sunrpc.h | 526 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
|
| /Linux-v5.4/drivers/crypto/chelsio/chtls/ |
| D | chtls_cm.c | 37 /* TCP_ESTABLISHED */ TCP_FIN_WAIT1 | TCP_ACTION_FIN, 39 /* TCP_SYN_RECV */ TCP_FIN_WAIT1 | TCP_ACTION_FIN, 40 /* TCP_FIN_WAIT1 */ TCP_FIN_WAIT1, 1714 case TCP_FIN_WAIT1: in chtls_peer_close() 1763 case TCP_FIN_WAIT1: in chtls_close_con_rpl()
|
| D | chtls_io.c | 146 case TCP_FIN_WAIT1: in tcp_state_to_flowc_state()
|
| /Linux-v5.4/net/ipv4/ |
| D | tcp.c | 2225 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state() 2276 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2278 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2279 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
|
| D | tcp_timer.c | 442 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
|
| D | tcp_input.c | 4172 case TCP_FIN_WAIT1: in tcp_fin() 6186 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process() 6251 case TCP_FIN_WAIT1: { in tcp_rcv_state_process() 6331 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
|
| /Linux-v5.4/drivers/nvme/target/ |
| D | tcp.c | 1396 case TCP_FIN_WAIT1: in nvmet_tcp_state_change()
|
| /Linux-v5.4/drivers/nvme/host/ |
| D | tcp.c | 822 case TCP_FIN_WAIT1: in nvme_tcp_state_change()
|
| /Linux-v5.4/net/sunrpc/ |
| D | xprtsock.c | 1533 case TCP_FIN_WAIT1: in xs_tcp_state_change()
|