Lines Matching defs:match
180 * For a match with a positive ACL element or iptable radix entry,
181 * return with a positive value in match; for a match with a negated ACL
182 * element or radix entry, return with a negative value in match.
189 int *match,
213 /* Always match with host addresses. */
218 /* Assume no match. */
219 *match = 0;
224 /* Found a match. */
228 *match = match_num;
230 *match = -match_num;
233 /* Now search non-radix elements for a match with a lower node_num. */
237 /* Already found a better match? */
247 *match = -e->node_num;
249 *match = e->node_num;
267 * an unexpected positive match in the parent ACL.
363 * To determine whether the match was positive or negative, the
416 * Treat negative matches in indirect ACLs as "no match".
418 * surprise positive match through double negation.
429 * A negative indirect match may have set *matchelt, but we don't
560 /* A negated match can never be insecure. */