Searched refs:SID_CACHE_ENTRIES_PER_SET (Results 1 – 1 of 1) sorted by relevance
247 #define SID_CACHE_ENTRIES_PER_SET 128 macro699 (setNum * SID_CACHE_ENTRIES_PER_SET); in FindSID()701 for (i = SID_CACHE_ENTRIES_PER_SET; i > 0; --i) { in FindSID()704 ndx = (ndx - 1) % SID_CACHE_ENTRIES_PER_SET; in FindSID()912 PRUint32 ndx = set * SID_CACHE_ENTRIES_PER_SET + next; in ServerSessionIDCache()918 (next + 1) % SID_CACHE_ENTRIES_PER_SET; in ServerSessionIDCache()1071 SID_HOWMANY(cache->numSIDCacheEntries, SID_CACHE_ENTRIES_PER_SET); in InitCache()1074 cache->numSIDCacheSets * SID_CACHE_ENTRIES_PER_SET; in InitCache()