Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dcalipso.c65 #define CALIPSO_CACHE_BUCKETS BIT(CALIPSO_CACHE_BUCKETBITS) macro
137 CALIPSO_CACHE_BUCKETS); in calipso_cache_init()
141 for (iter = 0; iter < CALIPSO_CACHE_BUCKETS; iter++) { in calipso_cache_init()
163 for (iter = 0; iter < CALIPSO_CACHE_BUCKETS; iter++) { in calipso_cache_invalidate()
211 bkt = hash & (CALIPSO_CACHE_BUCKETS - 1); in calipso_cache_check()
290 bkt = entry->hash & (CALIPSO_CACHE_BUCKETS - 1); in calipso_cache_add()