Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dcalipso.c65 #define CALIPSO_CACHE_BUCKETS BIT(CALIPSO_CACHE_BUCKETBITS) macro
136 calipso_cache = kcalloc(CALIPSO_CACHE_BUCKETS, in calipso_cache_init()
142 for (iter = 0; iter < CALIPSO_CACHE_BUCKETS; iter++) { in calipso_cache_init()
164 for (iter = 0; iter < CALIPSO_CACHE_BUCKETS; iter++) { in calipso_cache_invalidate()
212 bkt = hash & (CALIPSO_CACHE_BUCKETS - 1); in calipso_cache_check()
291 bkt = entry->hash & (CALIPSO_CACHE_BUCKETS - 1); in calipso_cache_add()