Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c310 #define V_dyn_buckets_max VNET(dyn_buckets_max) macro
428 nbuckets = V_dyn_buckets_max; in sysctl_dyn_buckets()
435 V_dyn_buckets_max = 1 << fls(nbuckets - 1); in sysctl_dyn_buckets()
2759 if (V_curr_dyn_buckets < V_dyn_buckets_max && in dyn_tick()
2763 if (buckets > V_dyn_buckets_max) in dyn_tick()
2764 buckets = V_dyn_buckets_max; in dyn_tick()
3147 V_dyn_buckets_max = 8192; /* must be power of 2 */ in ipfw_dyn_init()