Lines Matching refs:eanchor
1749 rs = &pf->eanchor->ruleset; in pfctl_append_eth_rule()
1840 pf->eanchor = rs->anchor; in pfctl_load_eth_ruleset()
1842 snprintf(&path[len], MAXPATHLEN - len, "/%s", pf->eanchor->name); in pfctl_load_eth_ruleset()
1844 snprintf(&path[len], MAXPATHLEN - len, "%s", pf->eanchor->name); in pfctl_load_eth_ruleset()
2153 if ((pf.eanchor = calloc(1, sizeof(*pf.eanchor))) == NULL) in pfctl_rules()
2156 if (strlcpy(pf.eanchor->path, anchorname, in pfctl_rules()
2157 sizeof(pf.eanchor->path)) >= sizeof(pf.eanchor->path)) in pfctl_rules()
2159 if (strlcpy(pf.eanchor->name, anchorname, in pfctl_rules()
2160 sizeof(pf.eanchor->name)) >= sizeof(pf.eanchor->name)) in pfctl_rules()
2163 ethrs = &pf.eanchor->ruleset; in pfctl_rules()
2165 ethrs->anchor = pf.eanchor; in pfctl_rules()
2166 pf.eastack[0] = pf.eanchor; in pfctl_rules()