Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

91 static void RATEEST_parse(struct xt_option_call *cb)
93 struct rateest_tg_udata *udata = cb->udata;
95 xtables_option_parse(cb);
96 switch (cb->entry->id) {
98 if (RATEEST_get_time(&udata->interval, cb->arg) < 0)
101 cb->arg);
104 if (RATEEST_get_time(&udata->ewma_log, cb->arg) < 0)
107 cb->arg);
112 static void RATEEST_final_check(struct xt_fcheck_call *cb)
114 struct xt_rateest_target_info *info = cb->data;
115 struct rateest_tg_udata *udata = cb->udata;