Searched refs:pf_src_tree_pl (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | pf.c | 186 struct pool pf_src_tree_pl, pf_rule_pl, pf_pooladdr_pl; variable 347 { .pp = &pf_src_tree_pl, .limit = PFSNODE_HIWAT }, 1374 (*sn) = pool_get(&pf_src_tree_pl, PR_WAITOK); in pf_insert_src_node() 1402 pool_put(&pf_src_tree_pl, *sn); in pf_insert_src_node() 1691 pool_put(&pf_src_tree_pl, cur); in pf_purge_expired_src_nodes() 5842 pool_put(&pf_src_tree_pl, sn); in pf_test_rule() 5849 pool_put(&pf_src_tree_pl, nsn); in pf_test_rule()
|
| H A D | pfvar.h | 2247 extern struct pool pf_src_tree_pl, pf_rule_pl;
|
| H A D | pf_ioctl.c | 466 pool_init(&pf_src_tree_pl, sizeof(struct pf_src_node), 0, 0, 0, in pfinit() 639 pool_destroy(&pf_src_tree_pl);
|