Searched refs:pfctl_eth_anchor (Results 1 – 4 of 4) sorted by relevance
76 extern struct pfctl_eth_anchor pf_eth_main_anchor;296 struct pfctl_eth_anchor *parent; in pf_remove_if_empty_eth_ruleset()321 static struct pfctl_eth_anchor*322 _pf_find_eth_anchor(struct pfctl_eth_anchor *anchor, const char *path) in _pf_find_eth_anchor()325 struct pfctl_eth_anchor *a; in _pf_find_eth_anchor()343 static struct pfctl_eth_anchor*352 struct pfctl_eth_anchor *anchor; in pf_find_eth_ruleset()370 struct pfctl_eth_anchor *anchor = NULL, *parent = NULL; in pf_find_or_create_eth_ruleset()408 anchor = (struct pfctl_eth_anchor *)rs_malloc(sizeof(*anchor)); in pf_find_or_create_eth_ruleset()
97 struct pfctl_eth_anchor *eanchor, *ealast;98 struct pfctl_eth_anchor *eastack[PFCTL_ANCHOR_STACK_DEPTH];
121 struct pfctl_eth_anchor *);146 struct pfctl_eth_anchor pf_eth_main_anchor;1950 struct pfctl_eth_anchor *a) in pfctl_eth_ruleset_trans()
38 struct pfctl_eth_anchor;120 struct pfctl_eth_anchor *anchor;136 struct pfctl_eth_anchor *anchor;139 struct pfctl_eth_anchor { struct140 struct pfctl_eth_anchor *parent; argument