Searched defs:CHAIN_INDEX_BUCKET_LEN (Results 1 - 1 of 1) sorted by relevance

/external/iptables/libiptc/
H A Dlibiptc.c293 * CHAIN_INDEX_BUCKET_LEN spacing. This facilitates the ability to
299 * O(n) to O(log(n/k) + k) where k is CHAIN_INDEX_BUCKET_LEN.
302 * length is max CHAIN_INDEX_BUCKET_LEN (when just build, inserts will
306 #ifndef CHAIN_INDEX_BUCKET_LEN
307 #define CHAIN_INDEX_BUCKET_LEN 40 macro
497 unsigned int list_length = CHAIN_INDEX_BUCKET_LEN;
545 unsigned int list_length = CHAIN_INDEX_BUCKET_LEN;
2282 capacity = handle->chain_index_sz * CHAIN_INDEX_BUCKET_LEN;

Completed in 45 milliseconds