Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dcalipso.c65 #define CALIPSO_CACHE_BUCKETS BIT(CALIPSO_CACHE_BUCKETBITS) macro
133 calipso_cache = kcalloc(CALIPSO_CACHE_BUCKETS, in calipso_cache_init()
139 for (iter = 0; iter < CALIPSO_CACHE_BUCKETS; iter++) { in calipso_cache_init()
161 for (iter = 0; iter < CALIPSO_CACHE_BUCKETS; iter++) { in calipso_cache_invalidate()
209 bkt = hash & (CALIPSO_CACHE_BUCKETS - 1); in calipso_cache_check()
288 bkt = entry->hash & (CALIPSO_CACHE_BUCKETS - 1); in calipso_cache_add()