Searched refs:TCPF_FIN_WAIT1 (Results 1 – 11 of 11) sorted by relevance
38 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1), enumerator
174 #define TCP_AO_ESTABLISHED (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | \
93 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK); in sk_stream_closing()
58 DCCPF_ACTIVE_CLOSEREQ = TCPF_FIN_WAIT1,
1254 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING) && in subflow_simultaneous_connect()
421 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK)) && in mptcp_pending_data_fin_ack()454 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2))) { in mptcp_pending_data_fin()1632 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSE)) in __mptcp_push_pending()
865 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING | TCPF_CLOSE)) in mptcp_pm_nl_rm_addr_or_subflow()
761 TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | in __inet_accept()
1069 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_CLOSING | in tcp_tsq_write()
3233 (TCPF_ESTABLISHED | TCPF_CLOSE_WAIT | TCPF_FIN_WAIT1 | in tcp_need_reset()
1305 TCPF_FIN_WAIT1 | \
Completed in 42 milliseconds