Searched refs:is_anchor (Results 1 – 2 of 2) sorted by relevance
221 pf_find_ruleset_with_owner(const char *path, const char *owner, int is_anchor, in pf_find_ruleset_with_owner() argument238 || (is_anchor && !strcmp(anchor->owner, ""))) { in pf_find_ruleset_with_owner()
2457 int is_anchor; in pf_delete_rule_by_ticket() local2461 is_anchor = (pr->anchor_call[0] != '\0'); in pf_delete_rule_by_ticket()2463 pr->rule.owner, is_anchor, &error)) == NULL) { in pf_delete_rule_by_ticket()3162 int is_anchor; in pfioctl_ioc_rule() local3166 is_anchor = (pr->anchor_call[0] != '\0'); in pfioctl_ioc_rule()3169 pr->rule.owner, is_anchor, &error)) == NULL) { in pfioctl_ioc_rule()3184 if (is_anchor) { in pfioctl_ioc_rule()