Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

40 static void physdev_parse(struct xt_option_call *cb)
42 struct xt_physdev_info *info = cb->data;
44 xtables_option_parse(cb);
45 switch (cb->entry->id) {
47 xtables_parse_interface(cb->arg, info->physindev,
49 if (cb->invert)
54 xtables_parse_interface(cb->arg, info->physoutdev,
56 if (cb->invert)
62 if (cb->invert)
67 if (cb->invert)
71 if (cb->invert)
78 static void physdev_check(struct xt_fcheck_call *cb)
80 if (cb->xflags == 0)