Searched refs:pf_anchor (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | pf_ruleset.c | 129 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() 204 struct pf_anchor *anchor; in pf_find_ruleset() [all …]
|
| H A D | pfvar.h | 707 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 D | pf_ioctl.c | 519 struct pf_anchor *anchor; 3996 struct pf_anchor *anchor; in pfioctl_ioc_ruleset() 4021 struct pf_anchor *anchor; in pfioctl_ioc_ruleset()
|
| H A D | pf_table.c | 2312 struct pf_anchor *ac = rs->anchor; in pfr_attach_table()
|
| H A D | pf.c | 179 struct pf_anchor *child; 11106 struct pf_anchor *anchor = NULL; in pf_check_compatible_rules()
|