Searched refs:pf_src_tree_pl (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c178 struct pool pf_src_tree_pl, pf_rule_pl, pf_pooladdr_pl; variable in typeref:struct:pool
330 { &pf_src_tree_pl, PFSNODE_HIWAT },
1323 (*sn) = pool_get(&pf_src_tree_pl, PR_WAITOK);
1348 pool_put(&pf_src_tree_pl, *sn);
1596 pool_put(&pf_src_tree_pl, cur);
4792 pool_put(&pf_src_tree_pl, sn);
4799 pool_put(&pf_src_tree_pl, nsn);
H A Dpfvar.h2169 __private_extern__ struct pool pf_src_tree_pl, pf_rule_pl; variable in typeref:struct:pool
H A Dpf_ioctl.c453 pool_init(&pf_src_tree_pl, sizeof (struct pf_src_node), 0, 0, 0,
643 pool_destroy(&pf_src_tree_pl);

Completed in 80 milliseconds