Home | History | Annotate | Download | only in extensions

Lines Matching full:info

58 	struct xt_connlabel_mtinfo *info = cb->data;
69 info->bit = tmp;
71 info->options |= XT_CONNLABEL_OP_INVERT;
74 info->options |= XT_CONNLABEL_OP_SET;
93 connlabel_mt_print_op(const struct xt_connlabel_mtinfo *info, const char *prefix)
95 if (info->options & XT_CONNLABEL_OP_SET)
102 const struct xt_connlabel_mtinfo *info = (const void *)match->data;
103 const char *name = connlabel_get_name(info->bit);
106 if (info->options & XT_CONNLABEL_OP_INVERT)
109 printf(" %u", info->bit);
113 connlabel_mt_print_op(info, "");
119 const struct xt_connlabel_mtinfo *info = (const void *)match->data;
120 const char *name = connlabel_get_name(info->bit);
122 if (info->options & XT_CONNLABEL_OP_INVERT)
127 printf(" --label \"%u\"", info->bit);
128 connlabel_mt_print_op(info, "--");
134 const struct xt_connlabel_mtinfo *info =
136 const char *name = connlabel_get_name(info->bit);
141 if (info->options & XT_CONNLABEL_OP_SET)
145 if (info->options & XT_CONNLABEL_OP_INVERT)