pf.c | 149 struct pool pf_src_tree_pl, pf_rule_pl, pf_pooladdr_pl; variable in typeref:struct:pool 264 { &pf_src_tree_pl, PFSNODE_HIWAT }, 796 (*sn) = pool_get(&pf_src_tree_pl, PR_NOWAIT); 821 pool_put(&pf_src_tree_pl, *sn); 1032 pool_put(&pf_src_tree_pl, cur); 3515 pool_put(&pf_src_tree_pl, sn); 3522 pool_put(&pf_src_tree_pl, nsn);
|