Home
last modified time | relevance | path

Searched refs:xt_rateest (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/net/netfilter/
Dxt_rateest.h4 struct xt_rateest { struct
19 struct xt_rateest *xt_rateest_lookup(const char *name); argument
20 void xt_rateest_put(struct xt_rateest *est);
/linux-4.1.27/net/netfilter/
Dxt_RATEEST.c31 return jhash(name, FIELD_SIZEOF(struct xt_rateest, name), jhash_rnd) & in xt_rateest_hash()
35 static void xt_rateest_hash_insert(struct xt_rateest *est) in xt_rateest_hash_insert()
43 struct xt_rateest *xt_rateest_lookup(const char *name) in xt_rateest_lookup()
45 struct xt_rateest *est; in xt_rateest_lookup()
62 void xt_rateest_put(struct xt_rateest *est) in xt_rateest_put()
95 struct xt_rateest *est; in xt_rateest_tg_checkentry()
Dxt_rateest.c80 struct xt_rateest *est1, *est2; in xt_rateest_mt_checkentry()
DMakefile161 obj-$(CONFIG_NETFILTER_XT_MATCH_RATEEST) += xt_rateest.o
/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_rateest.h33 struct xt_rateest *est1 __attribute__((aligned(8)));
34 struct xt_rateest *est2 __attribute__((aligned(8)));
Dxt_RATEEST.h12 struct xt_rateest *est __attribute__((aligned(8)));
DKbuild74 header-y += xt_rateest.h