Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/
H A Dxt_hashlimit.h20 struct xt_hashlimit_htable;
49 struct xt_hashlimit_htable *hinfo;
104 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8)));
112 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8)));
120 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8)));
/linux/net/netfilter/
H A Dxt_hashlimit.c115 struct xt_hashlimit_htable { struct
183 hash_dst(const struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst) in hash_dst()
198 dsthash_find(const struct xt_hashlimit_htable *ht, in dsthash_find()
216 dsthash_alloc_init(struct xt_hashlimit_htable *ht, in dsthash_alloc_init()
266 dsthash_free(struct xt_hashlimit_htable *ht, struct dsthash_ent *ent) in dsthash_free()
276 struct xt_hashlimit_htable **out_hinfo, in htable_create()
280 struct xt_hashlimit_htable *hinfo; in htable_create()
359 static void htable_selective_cleanup(struct xt_hashlimit_htable *ht, bool select_all) in htable_selective_cleanup()
383 struct xt_hashlimit_htable *ht; in htable_gc()
385 ht = container_of(work, struct xt_hashlimit_htable, gc_work.work); in htable_gc()
[all …]