Searched refs:pf_src_tree_pl (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/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 }, 1371 (*sn) = pool_get(&pf_src_tree_pl, PR_WAITOK); in pf_insert_src_node() 1399 pool_put(&pf_src_tree_pl, *sn); in pf_insert_src_node() 1688 pool_put(&pf_src_tree_pl, cur); in pf_purge_expired_src_nodes() 5839 pool_put(&pf_src_tree_pl, sn); in pf_test_rule() 5846 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 | 465 pool_init(&pf_src_tree_pl, sizeof(struct pf_src_node), 0, 0, 0, in pfinit() 638 pool_destroy(&pf_src_tree_pl);
|