Searched refs:pf_src_tree_pl (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/bsd/net/ |
| H A D | pf.c | 183 struct pool pf_src_tree_pl, pf_rule_pl, pf_pooladdr_pl; variable 344 { .pp = &pf_src_tree_pl, .limit = PFSNODE_HIWAT }, 1390 (*sn) = pool_get(&pf_src_tree_pl, PR_WAITOK); in pf_insert_src_node() 1418 pool_put(&pf_src_tree_pl, *sn); in pf_insert_src_node() 1707 pool_put(&pf_src_tree_pl, cur); in pf_purge_expired_src_nodes() 5859 pool_put(&pf_src_tree_pl, sn); in pf_test_rule() 5866 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 | 465 pool_init(&pf_src_tree_pl, sizeof(struct pf_src_node), 0, 0, 0, in pfinit() 638 pool_destroy(&pf_src_tree_pl);
|