Home
last modified time | relevance | path

Searched defs:xt_hashlimit_htable (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/net/netfilter/
Dxt_hashlimit.c94 struct xt_hashlimit_htable { struct
95 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