Searched defs:anchor (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | pf_ruleset.c | 228 struct pf_anchor *__single anchor; in pf_find_ruleset() local 248 struct pf_anchor *anchor; in pf_find_ruleset_with_owner() local 314 struct pf_anchor *__single anchor = NULL, *__single dup, *__single parent = NULL; in pf_find_or_create_ruleset() local
|
| H A D | pf_ioctl.c | 687 pf_get_pool(char const *anchor, u_int32_t ticket, u_int8_t rule_action, in pf_get_pool() 964 pf_begin_rules(u_int32_t *ticket, int rs_num, const char *anchor) in pf_begin_rules() 988 pf_rollback_rules(u_int32_t ticket, int rs_num, char const *anchor) in pf_rollback_rules() 1110 pf_commit_rules(u_int32_t ticket, int rs_num, char const *anchor) in pf_commit_rules() 4092 struct pf_anchor *anchor; in pfioctl_ioc_ruleset() local 4116 struct pf_anchor *anchor; in pfioctl_ioc_ruleset() local
|
| H A D | pfvar.h | 718 struct pf_anchor *anchor __attribute__((aligned(8))); member 1058 union pf_rule_ptr anchor; member 1134 u_int32_t anchor; member 1224 struct pf_anchor *anchor; member 1825 char anchor[MAXPATHLEN]; member 1834 char anchor[MAXPATHLEN]; member 2031 char anchor[MAXPATHLEN]; member
|
| H A D | pf_table.c | 1971 pfr_fix_anchor(char *__counted_by(size)anchor, size_t size) in pfr_fix_anchor()
|
| H A D | pf.c | 11167 struct pf_anchor *anchor = NULL; in pf_check_compatible_rules() local
|