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))
|