Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dtcp_states.h45 TCPF_CLOSING = (1 << TCP_CLOSING), enumerator
H A Dtcp_ao.h175 TCPF_CLOSE_WAIT | TCPF_LAST_ACK | TCPF_CLOSING)
/linux-6.15/net/core/
H A Dstream.c93 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK); in sk_stream_closing()
/linux-6.15/include/linux/
H A Ddccp.h59 DCCPF_CLOSING = TCPF_CLOSING,
/linux-6.15/net/mptcp/
H A Dpm.c683 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING | TCPF_CLOSE)) in mptcp_pm_rm_addr_or_subflow()
H A Dprotocol.h1283 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING) && in subflow_simultaneous_connect()
H A Dprotocol.c357 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK)) && in mptcp_pending_data_fin_ack()
/linux-6.15/net/ipv4/
H A Daf_inet.c760 TCPF_CLOSING | TCPF_CLOSE_WAIT | in __inet_accept()
H A Dtcp_output.c1082 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_CLOSING | in tcp_tsq_write()
H A Dtcp.c3317 (1 << old_state) & (TCPF_CLOSING | TCPF_LAST_ACK)) { in tcp_disconnect()
H A Dtcp_input.c5969 TCPF_CLOSING)); in tcp_reset_check()