Home | History | Annotate | Download | only in extensions

Lines Matching full:info

25 	struct xt_helper_info *info = cb->data;
29 info->invert = 1;
35 const struct xt_helper_info *info = (const void *)match->data;
37 printf(" helper match %s\"%s\"", info->invert ? "! " : "", info->name);
42 const struct xt_helper_info *info = (const void *)match->data;
44 printf("%s --helper", info->invert ? " !" : "");
45 xtables_save_string(info->name);
51 const struct xt_helper_info *info = (const void *)params->match->data;
55 info->invert ? " !=" : "", info->name);
58 info->invert ? " !=" : "", info->name);