Home
last modified time | relevance | path

Searched refs:TCPF_FIN_WAIT1 (Results 1 – 8 of 8) sorted by relevance

/linux/include/net/
H A Dtcp_states.h38 TCPF_FIN_WAIT1 = (1 << TCP_FIN_WAIT1), 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 Dprotocol.c461 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK)) && in mptcp_pending_data_fin_ack()
495 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2))) { in mptcp_pending_data_fin()
1712 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSE)) in __mptcp_push_pending()
H A Dpm_kernel.c519 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING | in fill_local_laminar_endp()
/linux/net/ipv4/
H A Daf_inet.c771 TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | in __inet_accept()
H A Dtcp_output.c1268 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_CLOSING | in tcp_tsq_write()
H A Dtcp.c3326 (TCPF_ESTABLISHED | TCPF_CLOSE_WAIT | TCPF_FIN_WAIT1 | in tcp_need_reset()