Home
last modified time | relevance | path

Searched refs:TCP_FIN_WAIT1 (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/include/net/
Dtcp_states.h20 TCP_FIN_WAIT1, enumerator
41 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1),
/Linux-v4.19/include/linux/
Ddccp.h42 DCCP_ACTIVE_CLOSEREQ = TCP_FIN_WAIT1,
/Linux-v4.19/include/trace/events/
Dsock.h28 EM(TCP_FIN_WAIT1) \
Dsunrpc.h281 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c38 /* 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()
Dchtls_io.c149 case TCP_FIN_WAIT1: in tcp_state_to_flowc_state()
/Linux-v4.19/net/ipv4/
Dtcp.c2193 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,
Dtcp_timer.c437 sk->sk_state != TCP_FIN_WAIT1); in tcp_retransmit_timer()
Dtcp_input.c4117 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/
Dxprtsock.c1618 case TCP_FIN_WAIT1: in xs_tcp_state_change()