Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c225 static void **dyn_hp_cache; variable
2047 dyn_hp_cache[cached_count] = DYNSTATE_GET(i); in dyn_free_states()
2048 if (dyn_hp_cache[cached_count] != NULL) in dyn_free_states()
2066 if (dyn_hp_cache[i] == s) \ in dyn_free_states()
3193 dyn_hp_cache = malloc(mp_ncpus * sizeof(void *), M_IPFW, in ipfw_dyn_init()
3266 free(dyn_hp_cache, M_IPFW); in ipfw_dyn_uninit()