Lines Matching refs:flags

31 	       " [!] --match-set name flags\n"
33 " 'flags' are the comma separated list of\n"
44 set_check_v0(unsigned int flags)
46 if (!flags)
52 set_parse_v0(int c, char **argv, int invert, unsigned int *flags,
64 if (info->u.flags[0])
68 info->u.flags[0] |= IPSET_MATCH_INV;
86 *flags = 1;
101 (info->u.flags[0] & IPSET_MATCH_INV) ? " !" : "",
105 if (!info->u.flags[i])
109 info->u.flags[i] & IPSET_SRC ? "src" : "dst");
132 set_parse_v1(int c, char **argv, int invert, unsigned int *flags,
148 info->flags |= IPSET_INV_MATCH;
166 *flags = 1;
181 (info->flags & IPSET_INV_MATCH) ? " !" : "",
187 info->flags & (1 << i) ? "src" : "dst");
213 " [!] --match-set name flags [--return-nomatch]\n"
215 " 'flags' are the comma separated list of\n"
227 set_parse_v2(int c, char **argv, int invert, unsigned int *flags,
236 info->flags |= IPSET_RETURN_NOMATCH;
246 info->flags |= IPSET_INV_MATCH;
264 *flags = 1;
278 if (info->match_set.flags & IPSET_RETURN_NOMATCH)
288 if (info->match_set.flags & IPSET_RETURN_NOMATCH)
297 " [!] --match-set name flags [--return-nomatch]\n"
302 " 'flags' are the comma separated list of\n"
334 set_parse_v3(int c, char **argv, int invert, unsigned int *flags,
343 info->flags |= IPSET_FLAG_SKIP_SUBCOUNTER_UPDATE;
407 info->flags |= IPSET_FLAG_SKIP_COUNTER_UPDATE;
413 info->flags |= IPSET_FLAG_RETURN_NOMATCH;
423 info->match_set.flags |= IPSET_INV_MATCH;
441 *flags = 1;
473 if (info->flags & IPSET_FLAG_RETURN_NOMATCH)
475 if ((info->flags & IPSET_FLAG_SKIP_COUNTER_UPDATE))
477 if ((info->flags & IPSET_FLAG_SKIP_SUBCOUNTER_UPDATE))