Home
last modified time | relevance | path

Searched refs:TCPF_FIN_WAIT2 (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Dtcp_states.h39 TCPF_FIN_WAIT2 = (1 << TCP_FIN_WAIT2), enumerator
/linux/net/mptcp/
H A Dpm.c725 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING | TCPF_CLOSE)) in mptcp_pm_rm_addr_or_subflow()
H A Dpm_kernel.c507 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING | in fill_local_laminar_endp()
H A Dprotocol.c485 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2))) { in mptcp_pending_data_fin()
1665 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSE)) in __mptcp_push_pending()
/linux/net/ipv4/
H A Dtcp.c3311 TCPF_FIN_WAIT2 | TCPF_SYN_RECV); in tcp_need_reset()