Home
last modified time | relevance | path

Searched refs:is_anchor (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dpf_ruleset.c245 pf_find_ruleset_with_owner(const char *path, const char *owner, int is_anchor, in pf_find_ruleset_with_owner() argument
262 || (is_anchor && !strlcmp(anchor->owner, "", sizeof(anchor->owner)))) { in pf_find_ruleset_with_owner()
H A Dpf_ioctl.c2547 int is_anchor; in pf_delete_rule_by_ticket() local
2551 is_anchor = (pr->anchor_call[0] != '\0'); in pf_delete_rule_by_ticket()
2553 __unsafe_null_terminated_from_indexable(pr->rule.owner), is_anchor, &error)) == NULL) { in pf_delete_rule_by_ticket()
3251 int is_anchor; in pfioctl_ioc_rule() local
3255 is_anchor = (pr->anchor_call[0] != '\0'); in pfioctl_ioc_rule()
3258 __unsafe_null_terminated_from_indexable(pr->rule.owner), is_anchor, &error)) == NULL) { in pfioctl_ioc_rule()
3273 if (is_anchor) { in pfioctl_ioc_rule()