Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_connlimit.c35 #define CONNLIMIT_SLOTS 256U macro
61 struct rb_root climit_root4[CONNLIMIT_SLOTS];
62 struct rb_root climit_root6[CONNLIMIT_SLOTS];
72 connlimit_rnd) % CONNLIMIT_SLOTS; in connlimit_iphash()
86 connlimit_rnd) % CONNLIMIT_SLOTS; in connlimit_iphash6()
447 BUILD_BUG_ON(CONNLIMIT_LOCK_SLOTS > CONNLIMIT_SLOTS); in connlimit_mt_init()
448 BUILD_BUG_ON((CONNLIMIT_SLOTS % CONNLIMIT_LOCK_SLOTS) != 0); in connlimit_mt_init()