Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dpf_ruleset.c129 struct pf_anchor pf_main_anchor;
131 static __inline int pf_anchor_compare(struct pf_anchor *, struct pf_anchor *);
133 RB_GENERATE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
134 RB_GENERATE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
137 pf_anchor_compare(struct pf_anchor *a, struct pf_anchor *b) in pf_anchor_compare()
189 struct pf_anchor *
192 struct pf_anchor *key, *found; in pf_find_anchor()
194 key = rs_malloc_type(struct pf_anchor); in pf_find_anchor()
197 rs_free_type(struct pf_anchor, key); in pf_find_anchor()
206 pf_reference_anchor(struct pf_anchor *a) in pf_reference_anchor()
[all …]
H A Dpfvar.h707 struct pf_anchor *anchor __attribute__((aligned(8)));
1199 struct pf_anchor;
1213 struct pf_anchor *anchor;
1219 RB_HEAD(pf_anchor_global, pf_anchor);
1220 RB_HEAD(pf_anchor_node, pf_anchor);
1221 struct pf_anchor { struct
1222 RB_ENTRY(pf_anchor) entry_global;
1223 RB_ENTRY(pf_anchor) entry_node;
1224 struct pf_anchor *parent; argument
1234 RB_PROTOTYPE_SC(__private_extern__, pf_anchor_global, pf_anchor, entry_global, argument
[all …]
H A Dpf_ioctl.c574 struct pf_anchor *anchor;
4083 struct pf_anchor *anchor; in pfioctl_ioc_ruleset()
4107 struct pf_anchor *anchor; in pfioctl_ioc_ruleset()
H A Dpf_table.c2330 struct pf_anchor *ac = rs->anchor; in pfr_attach_table()
H A Dpf.c180 struct pf_anchor *child;
11132 pf_check_compatible_anchor(struct pf_anchor const * a) in pf_check_compatible_anchor()
11167 struct pf_anchor *anchor = NULL; in pf_check_compatible_rules()