Lines Matching defs:match
174 * For a match with a positive ACL element or iptable radix entry,
175 * return with a positive value in match; for a match with a negated ACL
176 * element or radix entry, return with a negative value in match.
183 int *match,
187 match, matchelt));
198 int *match,
222 /* Always match with host addresses. */
226 /* Assume no match. */
227 *match = 0;
232 /* Found a match. */
237 *match = match_num;
239 *match = -match_num;
246 * see if we find a better match on an ECS node
272 *match = match_num;
274 *match = -match_num;
281 /* Now search non-radix elements for a match with a lower node_num. */
285 /* Already found a better match? */
295 *match = -e->node_num;
297 *match = e->node_num;
313 * an unexpected positive match in the parent ACL.
419 * To determine whether the match was positive or negative, the
498 * Treat negative matches in indirect ACLs as "no match".
500 * surprise positive match through double negation.
510 * A negative indirect match may have set *matchelt, but we don't
646 /* A negated match can never be insecure. */