Searched refs:TCPF_SYN_SENT (Results 1 – 3 of 3) sorted by relevance
35 TCPF_SYN_SENT = (1 << TCP_SYN_SENT), enumerator
2124 if ((1 << sk->sk_state) & (TCPF_SYN_SENT | TCPF_SYN_RECV)) { in tcp_inq()
55 DCCPF_REQUESTING = TCPF_SYN_SENT,