Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

85 static void recent_parse(struct xt_option_call *cb)
87 struct xt_recent_mtinfo *info = cb->data;
89 xtables_option_parse(cb);
90 switch (cb->entry->id) {
93 if (cb->invert)
98 if (cb->invert)
103 if (cb->invert)
108 if (cb->invert)
123 static void recent_check(struct xt_fcheck_call *cb)
125 if (!(cb->xflags & F_ANY_OP))