Searched refs:TCPF_CLOSING (Results 1 – 11 of 11) sorted by relevance
45 TCPF_CLOSING = (1 << TCP_CLOSING), enumerator
175 TCPF_CLOSE_WAIT | TCPF_LAST_ACK | TCPF_CLOSING)
93 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK); in sk_stream_closing()
59 DCCPF_CLOSING = TCPF_CLOSING,
1254 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING) && in subflow_simultaneous_connect()
865 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING | TCPF_CLOSE)) in mptcp_pm_nl_rm_addr_or_subflow()
421 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK)) && in mptcp_pending_data_fin_ack()
762 TCPF_CLOSING | TCPF_CLOSE_WAIT | in __inet_accept()
1069 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_CLOSING | in tcp_tsq_write()
3290 (1 << old_state) & (TCPF_CLOSING | TCPF_LAST_ACK)) { in tcp_disconnect()
5939 TCPF_CLOSING)); in tcp_reset_check()
Completed in 48 milliseconds