Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.h718 struct pf_anchor *anchor __attribute__((aligned(8)));
1210 struct pf_anchor;
1224 struct pf_anchor *anchor;
1230 RB_HEAD(pf_anchor_global, pf_anchor);
1231 RB_HEAD(pf_anchor_node, pf_anchor);
1232 struct pf_anchor { struct
1233 RB_ENTRY(pf_anchor) entry_global;
1234 RB_ENTRY(pf_anchor) entry_node;
1235 struct pf_anchor *parent; argument
1245 RB_PROTOTYPE_SC(__private_extern__, pf_anchor_global, pf_anchor, entry_global, argument
[all …]
H A Dpf_ioctl.c575 struct pf_anchor *anchor;
4092 struct pf_anchor *anchor; in pfioctl_ioc_ruleset()
4116 struct pf_anchor *anchor; in pfioctl_ioc_ruleset()
H A Dpf_table.c2332 struct pf_anchor *__single ac = rs->anchor; in pfr_attach_table()
H A Dpf.c183 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()