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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/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;
2273 capacity = handle->chain_index_sz * CHAIN_INDEX_BUCKET_LEN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/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;
2273 capacity = handle->chain_index_sz * CHAIN_INDEX_BUCKET_LEN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/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;
2273 capacity = handle->chain_index_sz * CHAIN_INDEX_BUCKET_LEN;

Completed in 122 milliseconds