Searched refs:DN_SK_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
151 #define DN_SK_HASH_SIZE (1 << DN_SK_HASH_SHIFT) macro152 #define DN_SK_HASH_MASK (DN_SK_HASH_SIZE - 1)157 static struct hlist_head dn_sk_hash[DN_SK_HASH_SIZE];2129 state->bucket < DN_SK_HASH_SIZE; in dn_socket_get_first()2148 if (++state->bucket >= DN_SK_HASH_SIZE) in dn_socket_get_next()