Lines Matching refs:eanchor
1883 rs = &pf->eanchor->ruleset; in pfctl_append_eth_rule()
1974 pf->eanchor = rs->anchor; in pfctl_load_eth_ruleset()
1976 snprintf(&path[len], MAXPATHLEN - len, "/%s", pf->eanchor->name); in pfctl_load_eth_ruleset()
1978 snprintf(&path[len], MAXPATHLEN - len, "%s", pf->eanchor->name); in pfctl_load_eth_ruleset()
2299 if ((pf.eanchor = calloc(1, sizeof(*pf.eanchor))) == NULL) in pfctl_rules()
2302 if (strlcpy(pf.eanchor->path, anchorname, in pfctl_rules()
2303 sizeof(pf.eanchor->path)) >= sizeof(pf.eanchor->path)) in pfctl_rules()
2305 if (strlcpy(pf.eanchor->name, anchorname, in pfctl_rules()
2306 sizeof(pf.eanchor->name)) >= sizeof(pf.eanchor->name)) in pfctl_rules()
2309 ethrs = &pf.eanchor->ruleset; in pfctl_rules()
2311 ethrs->anchor = pf.eanchor; in pfctl_rules()
2312 pf.eastack[0] = pf.eanchor; in pfctl_rules()