Home
last modified time | relevance | path

Searched refs:TCPF_CLOSING (Results 1 – 9 of 9) sorted by relevance

/linux/include/net/
H A Dtcp_states.h45 TCPF_CLOSING = (1 << TCP_CLOSING), enumerator
/linux/net/core/
H A Dstream.c97 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK); in sk_stream_closing()
/linux/net/mptcp/
H A Dpm.c788 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING | TCPF_CLOSE)) in mptcp_pm_rm_addr_or_subflow()
H A Dpm_kernel.c519 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING | in fill_local_laminar_endp()
H A Dprotocol.c461 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK)) && in mptcp_pending_data_fin_ack()
/linux/net/ipv4/
H A Daf_inet.c772 TCPF_CLOSING | TCPF_CLOSE_WAIT | in __inet_accept()
H A Dtcp_output.c1268 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_CLOSING | in tcp_tsq_write()
H A Dtcp.c3384 (1 << old_state) & (TCPF_CLOSING | TCPF_LAST_ACK)) { in tcp_disconnect()
H A Dtcp_input.c6283 TCPF_CLOSING)); in tcp_reset_check()