Lines Matching refs:info
34 struct xt_connlabel_mtinfo *info = cb->data;
44 info->bit = tmp;
46 info->options |= XT_CONNLABEL_OP_INVERT;
49 info->options |= XT_CONNLABEL_OP_SET;
64 connlabel_mt_print_op(const struct xt_connlabel_mtinfo *info, const char *prefix)
66 if (info->options & XT_CONNLABEL_OP_SET)
73 const struct xt_connlabel_mtinfo *info = (const void *)match->data;
74 const char *name = connlabel_get_name(info->bit);
77 if (info->options & XT_CONNLABEL_OP_INVERT)
80 printf(" %u", info->bit);
84 connlabel_mt_print_op(info, "");
90 const struct xt_connlabel_mtinfo *info = (const void *)match->data;
91 const char *name = connlabel_get_name(info->bit);
93 if (info->options & XT_CONNLABEL_OP_INVERT)
98 printf(" --label \"%u\"", info->bit);
99 connlabel_mt_print_op(info, "--");