Searched refs:pf_src_tree_pl (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.81.2/bsd/net/ |
| H A D | pf.c | 182 struct pool pf_src_tree_pl, pf_rule_pl, pf_pooladdr_pl; variable 343 { .pp = &pf_src_tree_pl, .limit = PFSNODE_HIWAT }, 1357 (*sn) = pool_get(&pf_src_tree_pl, PR_WAITOK); in pf_insert_src_node() 1385 pool_put(&pf_src_tree_pl, *sn); in pf_insert_src_node() 1650 pool_put(&pf_src_tree_pl, cur); in pf_purge_expired_src_nodes() 5803 pool_put(&pf_src_tree_pl, sn); in pf_test_rule() 5810 pool_put(&pf_src_tree_pl, nsn); in pf_test_rule()
|
| H A D | pfvar.h | 2174 extern struct pool pf_src_tree_pl, pf_rule_pl;
|
| H A D | pf_ioctl.c | 410 pool_init(&pf_src_tree_pl, sizeof(struct pf_src_node), 0, 0, 0, in pfinit() 583 pool_destroy(&pf_src_tree_pl);
|