Lines Matching refs:match
17 "rateest match options:\n"
25 " [!] --rateest-lt Match if rate is less than given rate/estimator\n"
26 " [!] --rateest-gt Match if rate is greater than given rate/estimator\n"
27 " [!] --rateest-eq Match if rate is equal to given rate/estimator\n");
113 const void *entry, struct xt_entry_match **match)
115 struct xt_rateest_match_info *info = (void *)(*match)->data;
311 xtables_error(PARAMETER_PROBLEM, "rateest match: "
355 rateest_print(const void *ip, const struct xt_entry_match *match, int numeric)
357 const struct xt_rateest_match_info *info = (const void *)match->data;
359 printf(" rateest match ");
405 rateest_save(const void *ip, const struct xt_entry_match *match)
407 const struct xt_rateest_match_info *info = (const void *)match->data;