Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp_states.h39 TCPF_FIN_WAIT2 = (1 << TCP_FIN_WAIT2), enumerator
/linux/net/mptcp/
H A Dprotocol.h1268 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING) && in subflow_simultaneous_connect()
H A Dprotocol.c455 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2))) { in mptcp_pending_data_fin()
1633 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSE)) in __mptcp_push_pending()
H A Dpm_netlink.c874 (TCPF_FIN_WAIT1 | TCPF_FIN_WAIT2 | TCPF_CLOSING | TCPF_CLOSE)) in mptcp_pm_nl_rm_addr_or_subflow()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c1306 TCPF_FIN_WAIT2)
/linux/net/ipv4/
H A Dtcp.c3248 TCPF_FIN_WAIT2 | TCPF_SYN_RECV); in tcp_need_reset()