Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netipsec/
H A Dkey.c193 #define SPDCACHE_ENABLED() (V_key_spdcache_maxentries != 0) macro
195 (SPDCACHE_ENABLED() && V_spd_size >= V_key_spdcache_threshold)
1242 if (SPDCACHE_ENABLED()) in key_unlink()
1367 if (SPDCACHE_ENABLED()) in key_unregister_ifnet()
2102 if (SPDCACHE_ENABLED()) /* refresh cache because of key_detach */ in key_spdadd()
2117 if (SPDCACHE_ENABLED()) in key_spdadd()
2570 if (SPDCACHE_ENABLED()) in key_spdflush()
4510 if (SPDCACHE_ENABLED()) in key_flush_spd()
8303 if (SPDCACHE_ENABLED()) { in spdcache_destroy()