Home | History | Annotate | Download | only in extensions

Lines Matching refs:cb

39 static void physdev_parse(struct xt_option_call *cb)
41 struct xt_physdev_info *info = cb->data;
43 xtables_option_parse(cb);
44 switch (cb->entry->id) {
46 xtables_parse_interface(cb->arg, info->physindev,
48 if (cb->invert)
53 xtables_parse_interface(cb->arg, info->physoutdev,
55 if (cb->invert)
61 if (cb->invert)
66 if (cb->invert)
70 if (cb->invert)
77 static void physdev_check(struct xt_fcheck_call *cb)
79 if (cb->xflags == 0)