Searched refs:max_buckets (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1030 int i, dyn_count, new_buckets = 0, max_buckets; local
1234 max_buckets = (V_dyn_buckets_max > 65536) ?
1240 (dyn_count < max_buckets)) {
1245 if (new_buckets >= max_buckets)

Completed in 98 milliseconds