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()
91 struct pfctl_eth_anchor *eanchor, *ealast;92 struct pfctl_eth_anchor *eastack[PFCTL_ANCHOR_STACK_DEPTH];
114 struct pfctl_eth_anchor *);126 struct pfctl_eth_anchor pf_eth_main_anchor;1845 struct pfctl_eth_anchor *a) in pfctl_eth_ruleset_trans()
38 struct pfctl_eth_anchor;118 struct pfctl_eth_anchor *anchor;134 struct pfctl_eth_anchor *anchor;137 struct pfctl_eth_anchor { struct138 struct pfctl_eth_anchor *parent; argument