Lines Matching refs:flags
128 static int parse(int c, char **argv, int invert, unsigned int *flags,
143 if (info->flags & (IPT_POLICY_MATCH_IN|IPT_POLICY_MATCH_OUT))
150 info->flags |= parse_direction(argv[optind-1]);
157 info->flags |= parse_policy(argv[optind-1]);
160 if (info->flags & IPT_POLICY_MATCH_STRICT)
168 info->flags |= IPT_POLICY_MATCH_STRICT;
258 static void final_check(unsigned int flags)
268 if (!(info->flags & (IPT_POLICY_MATCH_IN|IPT_POLICY_MATCH_OUT)))
272 if (info->flags & IPT_POLICY_MATCH_NONE) {
273 if (info->flags & IPT_POLICY_MATCH_STRICT)
283 if (!(info->flags & IPT_POLICY_MATCH_STRICT) && info->len > 1)
290 if (info->flags & IPT_POLICY_MATCH_STRICT &&
376 if (info->flags & IPT_POLICY_MATCH_IN)
381 if (info->flags & IPT_POLICY_MATCH_NONE)
386 if (info->flags & IPT_POLICY_MATCH_STRICT)