Searched defs:xt_hashlimit_htable (Results 1 – 1 of 1) sorted by relevance
94 struct xt_hashlimit_htable { struct95 struct hlist_node node; /* global list of all htables */96 int use;97 u_int8_t family;98 bool rnd_initialized;100 struct hashlimit_cfg1 cfg; /* config */125 hash_dst(const struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst) in hash_dst() argument