Home
last modified time | relevance | path

Searched refs:TCPF_CLOSING (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dtcp_states.h44 TCPF_CLOSING = (1 << TCP_CLOSING), enumerator
/kernel/linux/linux-6.6/include/net/
H A Dtcp_states.h44 TCPF_CLOSING = (1 << TCP_CLOSING), enumerator
/kernel/linux/linux-5.10/net/core/
H A Dstream.c93 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK); in sk_stream_closing()
/kernel/linux/linux-6.6/net/core/
H A Dstream.c93 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK); in sk_stream_closing()
/kernel/linux/linux-5.10/include/linux/
H A Ddccp.h59 DCCPF_CLOSING = TCPF_CLOSING,
/kernel/linux/linux-6.6/include/linux/
H A Ddccp.h59 DCCPF_CLOSING = TCPF_CLOSING,
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.h1120 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING) && in subflow_simultaneous_connect()
H A Dprotocol.c434 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK)) && in mptcp_pending_data_fin_ack()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c1738 TCPF_CLOSING)); in tcp_nip_reset_check()
H A Dtcp_nip.c2170 (1 << old_state) & (TCPF_CLOSING | TCPF_LAST_ACK))) { in tcp_nip_disconnect()
/kernel/linux/linux-5.10/net/ipv4/
H A Daf_inet.c765 TCPF_CLOSING | TCPF_CLOSE_WAIT | in inet_accept()
H A Dtcp_output.c1010 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_CLOSING | in tcp_tsq_write()
H A Dtcp.c2815 (1 << old_state) & (TCPF_CLOSING | TCPF_LAST_ACK))) { in tcp_disconnect()
H A Dtcp_input.c5661 TCPF_CLOSING)); in tcp_reset_check()
/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.c337 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK)) && in mptcp_check_data_fin_ack()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c1020 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_CLOSING | in tcp_tsq_write()
H A Dtcp.c2998 (1 << old_state) & (TCPF_CLOSING | TCPF_LAST_ACK))) { in tcp_disconnect()
H A Dtcp_input.c5739 TCPF_CLOSING)); in tcp_reset_check()

Completed in 67 milliseconds