Lines Matching refs:cb
130 static void recent_parse(struct xt_option_call *cb)
132 struct xt_recent_mtinfo *info = cb->data;
134 xtables_option_parse(cb);
135 switch (cb->entry->id) {
138 if (cb->invert)
143 if (cb->invert)
148 if (cb->invert)
153 if (cb->invert)
171 static void recent_check(struct xt_fcheck_call *cb)
173 if (!(cb->xflags & F_ANY_OP))