Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dkey.c215 #define SPDCACHE_ENABLED() (V_key_spdcache_maxentries != 0) macro
217 (SPDCACHE_ENABLED() && V_spd_size >= V_key_spdcache_threshold)
1274 if (SPDCACHE_ENABLED()) in key_unlink()
1404 if (SPDCACHE_ENABLED()) in key_unregister_ifnet()
2178 if (SPDCACHE_ENABLED()) /* refresh cache because of key_detach */ in key_spdadd()
2194 if (SPDCACHE_ENABLED()) in key_spdadd()
2649 if (SPDCACHE_ENABLED()) in key_spdflush()
4691 if (SPDCACHE_ENABLED()) in key_flush_spd()
8600 if (SPDCACHE_ENABLED()) { in spdcache_destroy()