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

/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf_ruleset.c99 static __inline int pf_anchor_compare(struct pf_anchor *, struct pf_anchor *);
103 RB_GENERATE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
104 RB_GENERATE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
107 pf_anchor_compare(struct pf_anchor *a, struct pf_anchor *b) function
/freebsd-10.2-release/sys/net/
H A Dpfvar.h921 RB_PROTOTYPE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
922 RB_PROTOTYPE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);

Completed in 50 milliseconds