Searched defs:xt_hashlimit_htable (Results 1 – 1 of 1) sorted by relevance
109 struct xt_hashlimit_htable { struct110 struct hlist_node node; /* global list of all htables */111 int use;112 u_int8_t family;113 bool rnd_initialized;115 struct hashlimit_cfg3 cfg; /* config */118 spinlock_t lock; /* lock for list_head */119 u_int32_t rnd; /* random seed for hash */120 unsigned int count; /* number entries in table */121 struct delayed_work gc_work;[all …]