Home
last modified time | relevance | path

Searched refs:TCPF_LAST_ACK (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dtcp_states.h42 TCPF_LAST_ACK = (1 << TCP_LAST_ACK), enumerator
/kernel/linux/linux-6.6/include/net/
H A Dtcp_states.h42 TCPF_LAST_ACK = (1 << TCP_LAST_ACK), 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/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c1737 (1 << sk->sk_state) & (TCPF_CLOSE_WAIT | TCPF_LAST_ACK | 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/mptcp/
H A Dprotocol.c337 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK)) && in mptcp_check_data_fin_ack()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c1011 TCPF_CLOSE_WAIT | TCPF_LAST_ACK)) { in tcp_tsq_write()
H A Dtcp.c2815 (1 << old_state) & (TCPF_CLOSING | TCPF_LAST_ACK))) { in tcp_disconnect()
H A Dtcp_input.c5660 (1 << sk->sk_state) & (TCPF_CLOSE_WAIT | TCPF_LAST_ACK | in tcp_reset_check()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c1021 TCPF_CLOSE_WAIT | TCPF_LAST_ACK)) { in tcp_tsq_write()
H A Dtcp.c2998 (1 << old_state) & (TCPF_CLOSING | TCPF_LAST_ACK))) { in tcp_disconnect()
H A Dtcp_input.c5738 (1 << sk->sk_state) & (TCPF_CLOSE_WAIT | TCPF_LAST_ACK | in tcp_reset_check()
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.c434 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK)) && in mptcp_pending_data_fin_ack()

Completed in 51 milliseconds