Home
last modified time | relevance | path

Searched refs:TCPF_LAST_ACK (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/net/
H A Dtcp_states.h43 TCPF_LAST_ACK = (1 << TCP_LAST_ACK), 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/net/mptcp/
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 Dtcp_output.c1083 TCPF_CLOSE_WAIT | TCPF_LAST_ACK)) { in tcp_tsq_write()
H A Dtcp.c3317 (1 << old_state) & (TCPF_CLOSING | TCPF_LAST_ACK)) { in tcp_disconnect()
H A Dtcp_input.c5968 (1 << sk->sk_state) & (TCPF_CLOSE_WAIT | TCPF_LAST_ACK | in tcp_reset_check()