Home
last modified time | relevance | path

Searched refs:xt_rateest_lookup (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/netfilter/
Dxt_RATEEST.c43 struct xt_rateest *xt_rateest_lookup(const char *name) in xt_rateest_lookup() function
60 EXPORT_SYMBOL_GPL(xt_rateest_lookup);
107 est = xt_rateest_lookup(info->name); in xt_rateest_tg_checkentry()
Dxt_rateest.c100 est1 = xt_rateest_lookup(info->name1); in xt_rateest_mt_checkentry()
106 est2 = xt_rateest_lookup(info->name2); in xt_rateest_mt_checkentry()
/linux-4.1.27/include/net/netfilter/
Dxt_rateest.h19 struct xt_rateest *xt_rateest_lookup(const char *name);