Searched refs:pf_anchor (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_ruleset.c132 struct pf_anchor pf_main_anchor;
134 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)
196 struct pf_anchor *
199 struct pf_anchor *key, *found;
201 key = (struct pf_anchor *)rs_mallo
[all...]
H A Dpfvar.h707 struct pf_anchor *anchor __attribute__((aligned(8)));
1184 struct pf_anchor;
1197 struct pf_anchor *anchor;
1203 RB_HEAD(pf_anchor_global, pf_anchor);
1204 RB_HEAD(pf_anchor_node, pf_anchor);
1205 struct pf_anchor { struct
1206 RB_ENTRY(pf_anchor) entry_global;
1207 RB_ENTRY(pf_anchor) entry_node;
1208 struct pf_anchor *parent;
1218 RB_PROTOTYPE_SC(__private_extern__, pf_anchor_global, pf_anchor, entry_globa
[all...]
H A Dpf_ioctl.c576 struct pf_anchor *anchor;
4182 struct pf_anchor *anchor;
4206 struct pf_anchor *anchor;
H A Dpf_table.c2101 struct pf_anchor *ac = rs->anchor;
H A Dpf.c175 struct pf_anchor *child;

Completed in 97 milliseconds