Searched refs:pf_anchor_compare (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_ruleset.c134 static __inline int pf_anchor_compare(struct pf_anchor *, struct pf_anchor *);
136 RB_GENERATE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
137 RB_GENERATE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
140 pf_anchor_compare(struct pf_anchor *a, struct pf_anchor *b) function
H A Dpfvar.h1219 pf_anchor_compare);
1221 pf_anchor_compare);
1223 RB_PROTOTYPE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
1224 RB_PROTOTYPE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);

Completed in 25 milliseconds