Searched refs:pf_src_tree_pl (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/bsd/net/ |
| H A D | pf.c | 178 struct pool pf_src_tree_pl, pf_rule_pl, pf_pooladdr_pl; variable 340 { .pp = &pf_src_tree_pl, .limit = PFSNODE_HIWAT }, 1337 (*sn) = pool_get(&pf_src_tree_pl, PR_WAITOK); in pf_insert_src_node() 1365 pool_put(&pf_src_tree_pl, *sn); in pf_insert_src_node() 1629 pool_put(&pf_src_tree_pl, cur); in pf_purge_expired_src_nodes() 5724 pool_put(&pf_src_tree_pl, sn); in pf_test_rule() 5731 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);
|