Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dkey.c213 #define SPDCACHE_ENABLED() (V_key_spdcache_maxentries != 0) macro
215 (SPDCACHE_ENABLED() && V_spd_size >= V_key_spdcache_threshold)
1272 if (SPDCACHE_ENABLED()) in key_unlink()
1402 if (SPDCACHE_ENABLED()) in key_unregister_ifnet()
2176 if (SPDCACHE_ENABLED()) /* refresh cache because of key_detach */ in key_spdadd()
2192 if (SPDCACHE_ENABLED()) in key_spdadd()
2647 if (SPDCACHE_ENABLED()) in key_spdflush()
4689 if (SPDCACHE_ENABLED()) in key_flush_spd()
8598 if (SPDCACHE_ENABLED()) { in spdcache_destroy()