V_pf_anchors
found = RB_FIND(pfctl_anchor_global, &V_pf_anchors, key);
if ((dup = RB_INSERT(pfctl_anchor_global, &V_pf_anchors, anchor)) !=
RB_REMOVE(pfctl_anchor_global, &V_pf_anchors,
RB_REMOVE(pfctl_anchor_global, &V_pf_anchors, ruleset->anchor);
RB_INIT(&V_pf_anchors);
RB_FOREACH(anchor, pf_kanchor_global, &V_pf_anchors)
RB_FOREACH(anchor, pf_kanchor_global, &V_pf_anchors)
RB_FOREACH_SAFE(anchor, pf_kanchor_global, &V_pf_anchors,
found = RB_FIND(pf_kanchor_global, &V_pf_anchors, key);
if ((dup = RB_INSERT(pf_kanchor_global, &V_pf_anchors, anchor)) !=
RB_REMOVE(pf_kanchor_global, &V_pf_anchors,
RB_REMOVE(pf_kanchor_global, &V_pf_anchors, ruleset->anchor);