Searched refs:V_pf_anchors (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sbin/pfctl/
H A Dpf_ruleset.c78 #undef V_pf_anchors macro
79 #define V_pf_anchors pf_anchors macro
152 found = RB_FIND(pfctl_anchor_global, &V_pf_anchors, key);
229 if ((dup = RB_INSERT(pfctl_anchor_global, &V_pf_anchors, anchor)) !=
246 RB_REMOVE(pfctl_anchor_global, &V_pf_anchors,
282 RB_REMOVE(pfctl_anchor_global, &V_pf_anchors, ruleset->anchor);
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_ruleset.c128 found = RB_FIND(pf_kanchor_global, &V_pf_anchors, key);
219 if ((dup = RB_INSERT(pf_kanchor_global, &V_pf_anchors, anchor)) !=
236 RB_REMOVE(pf_kanchor_global, &V_pf_anchors,
272 RB_REMOVE(pf_kanchor_global, &V_pf_anchors, ruleset->anchor);
H A Dpf_ioctl.c292 RB_INIT(&V_pf_anchors);
3569 RB_FOREACH(anchor, pf_kanchor_global, &V_pf_anchors)
3597 RB_FOREACH(anchor, pf_kanchor_global, &V_pf_anchors)
/freebsd-12-stable/sys/net/
H A Dpfvar.h1658 #define V_pf_anchors VNET(pf_anchors) macro

Completed in 120 milliseconds