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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c451 pool_init(&pf_rule_pl, sizeof (struct pf_rule), 0, 0, 0, "pfrulepl",
642 pool_destroy(&pf_rule_pl);
802 pool_put(&pf_rule_pl, rule);
2976 pool_put(&pf_rule_pl, rule);
3088 rule = pool_get(&pf_rule_pl, PR_WAITOK);
3096 pool_put(&pf_rule_pl, rule);
3103 pool_put(&pf_rule_pl, rule);
3256 newrule = pool_get(&pf_rule_pl, PR_WAITOK);
3264 pool_put(&pf_rule_pl, newrule);
3271 pool_put(&pf_rule_pl, newrul
[all...]
H A Dpfvar.h2169 __private_extern__ struct pool pf_src_tree_pl, pf_rule_pl; variable in typeref:struct:
H A Dpf.c178 struct pool pf_src_tree_pl, pf_rule_pl, pf_pooladdr_pl; variable in typeref:struct:

Completed in 36 milliseconds