HomeSort by: relevance | last modified time | path
    Searched defs:reorder_rules (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_optimize.c 223 int reorder_rules(struct pfctl *, struct superblock *, int);
422 } else if (reorder_rules(pf, block, 0)) {
427 * Don't add any optimization passes below reorder_rules(). It will
636 reorder_rules(struct pfctl *pf, struct superblock *block, int depth) function in typeref:typename:int
787 if (reorder_rules(pf, newblock, depth + 1))
pfctl_optimize.c 223 int reorder_rules(struct pfctl *, struct superblock *, int);
422 } else if (reorder_rules(pf, block, 0)) {
427 * Don't add any optimization passes below reorder_rules(). It will
636 reorder_rules(struct pfctl *pf, struct superblock *block, int depth) function in typeref:typename:int
787 if (reorder_rules(pf, newblock, depth + 1))

Completed in 26 milliseconds