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

  /src/sys/dist/pf/net/
pf_ruleset.c 100 static __inline int pf_anchor_compare(struct pf_anchor *, struct pf_anchor *);
102 RB_GENERATE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
103 RB_GENERATE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
106 pf_anchor_compare(struct pf_anchor *a, struct pf_anchor *b) function in typeref:typename:int
pf_ruleset.c 100 static __inline int pf_anchor_compare(struct pf_anchor *, struct pf_anchor *);
102 RB_GENERATE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
103 RB_GENERATE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
106 pf_anchor_compare(struct pf_anchor *a, struct pf_anchor *b) function in typeref:typename:int
pf_ruleset.c 100 static __inline int pf_anchor_compare(struct pf_anchor *, struct pf_anchor *);
102 RB_GENERATE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
103 RB_GENERATE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
106 pf_anchor_compare(struct pf_anchor *a, struct pf_anchor *b) function in typeref:typename:int

Completed in 31 milliseconds