Searched refs:pf_main_anchor (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ruleset.c90 VNET_DEFINE(struct pf_anchor, pf_main_anchor);
93 struct pf_anchor pf_main_anchor; variable in typeref:struct:pf_anchor
97 #define pf_main_ruleset pf_main_anchor.ruleset
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.c112 struct pf_anchor pf_main_anchor; variable in typeref:struct:pf_anchor
1513 memset(&pf_main_anchor, 0, sizeof(pf_main_anchor));
1514 pf_init_ruleset(&pf_main_anchor.ruleset);
1515 pf_main_anchor.ruleset.anchor = &pf_main_anchor;
/freebsd-11-stable/sys/net/
H A Dpfvar.h1729 VNET_DECLARE(struct pf_anchor, pf_main_anchor);
1730 #define V_pf_main_anchor VNET(pf_main_anchor)

Completed in 167 milliseconds