Searched refs:DCCPF_LISTEN (Results 1 – 4 of 4) sorted by relevance
285 DCCPF_LISTEN = TCPF_LISTEN, enumerator
130 if ((1 << sk->sk_state) & ~(DCCPF_REQUESTING | DCCPF_LISTEN) && in dccp_v6_err()143 if ((1 << sk->sk_state) & (DCCPF_LISTEN | DCCPF_CLOSED)) in dccp_v6_err()
248 if ((1 << sk->sk_state) & ~(DCCPF_REQUESTING | DCCPF_LISTEN) && in dccp_v4_err()
932 if (!((1 << old_state) & (DCCPF_CLOSED | DCCPF_LISTEN))) in inet_dccp_listen()