Searched refs:TCP_FIN_WAIT1 (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/net/ |
D | tcp_states.h | 20 TCP_FIN_WAIT1, enumerator 41 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
|
/Linux-v4.19/include/linux/ |
D | dccp.h | 42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
|
/Linux-v4.19/include/trace/events/ |
D | sock.h | 28 EM(TCP_FIN_WAIT1) \
|
D | sunrpc.h | 281 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
|
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_cm.c | 38 /* TCP_ESTABLISHED */ TCP_FIN_WAIT1 | TCP_ACTION_FIN, 40 /* TCP_SYN_RECV */ TCP_FIN_WAIT1 | TCP_ACTION_FIN, 41 /* TCP_FIN_WAIT1 */ TCP_FIN_WAIT1, 1693 case TCP_FIN_WAIT1: in chtls_peer_close() 1742 case TCP_FIN_WAIT1: in chtls_close_con_rpl()
|
D | chtls_io.c | 149 case TCP_FIN_WAIT1: in tcp_state_to_flowc_state()
|
/Linux-v4.19/net/ipv4/ |
D | tcp.c | 2193 BUILD_BUG_ON((int)BPF_TCP_FIN_WAIT1 != (int)TCP_FIN_WAIT1); in tcp_set_state() 2248 [TCP_ESTABLISHED] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2250 [TCP_SYN_RECV] = TCP_FIN_WAIT1 | TCP_ACTION_FIN, 2251 [TCP_FIN_WAIT1] = TCP_FIN_WAIT1,
|
D | tcp_timer.c | 437 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
|
D | tcp_input.c | 4117 case TCP_FIN_WAIT1: in tcp_fin() 6048 sk->sk_state != TCP_FIN_WAIT1); in tcp_rcv_state_process() 6124 case TCP_FIN_WAIT1: { in tcp_rcv_state_process() 6211 case TCP_FIN_WAIT1: in tcp_rcv_state_process()
|
/Linux-v4.19/net/sunrpc/ |
D | xprtsock.c | 1618 case TCP_FIN_WAIT1: in xs_tcp_state_change()
|