Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dcalipso.c79 #define CALIPSO_CACHE_BUCKETS BIT(CALIPSO_CACHE_BUCKETBITS) macro
147 calipso_cache = kcalloc(CALIPSO_CACHE_BUCKETS, in calipso_cache_init()
153 for (iter = 0; iter < CALIPSO_CACHE_BUCKETS; iter++) { in calipso_cache_init()
175 for (iter = 0; iter < CALIPSO_CACHE_BUCKETS; iter++) { in calipso_cache_invalidate()
223 bkt = hash & (CALIPSO_CACHE_BUCKETS - 1); in calipso_cache_check()
302 bkt = entry->hash & (CALIPSO_CACHE_BUCKETS - 1); in calipso_cache_add()