HomeSort by: relevance | last modified time | path
    Searched defs:pf_src_tree_pl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
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);
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);

Completed in 28 milliseconds