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