Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dtcp_states.h48 TCPF_CLOSING = (1 << 11), enumerator
/linux-4.4.14/net/core/
Dstream.c92 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK); in sk_stream_closing()
/linux-4.4.14/include/linux/
Ddccp.h58 DCCPF_CLOSING = TCPF_CLOSING,
/linux-4.4.14/net/ipv4/
Dtcp.c2219 (1 << old_state) & (TCPF_CLOSING | TCPF_LAST_ACK))) { in tcp_disconnect()
Dtcp_output.c738 (TCPF_ESTABLISHED | TCPF_FIN_WAIT1 | TCPF_CLOSING | in tcp_tsq_handler()