Home
last modified time | relevance | path

Searched refs:TCPF_LISTEN (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/net/
Dtcp_states.h47 TCPF_LISTEN = (1 << TCP_LISTEN), enumerator
Dsock.h2546 return (1 << sk->sk_state) & (TCPF_LISTEN | TCPF_NEW_SYN_RECV); in sk_listener()
/linux-4.19.296/include/linux/
Ddccp.h56 DCCPF_LISTEN = TCPF_LISTEN,