Searched refs:pf_anchor (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/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; 1212 struct pf_anchor *anchor; 1218 RB_HEAD(pf_anchor_global, pf_anchor); 1219 RB_HEAD(pf_anchor_node, pf_anchor); 1220 struct pf_anchor { struct 1221 RB_ENTRY(pf_anchor) entry_global; 1222 RB_ENTRY(pf_anchor) entry_node; 1223 struct pf_anchor *parent; argument 1233 RB_PROTOTYPE_SC(__private_extern__, pf_anchor_global, pf_anchor, entry_global, argument [all …]
|
| H A D | pf_ioctl.c | 530 struct pf_anchor *anchor; 4011 struct pf_anchor *anchor; in pfioctl_ioc_ruleset() 4036 struct pf_anchor *anchor; in pfioctl_ioc_ruleset()
|
| H A D | pf_table.c | 2311 struct pf_anchor *ac = rs->anchor; in pfr_attach_table()
|
| H A D | pf.c | 175 struct pf_anchor *child; 10975 struct pf_anchor *anchor = NULL; in pf_check_compatible_rules()
|