Searched refs:pf_src_tree_pl (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/net/ |
| D | pf.c | 111 struct pool pf_src_tree_pl, pf_rule_pl; variable 211 { &pf_src_tree_pl, PFSNODE_HIWAT }, 577 (*sn) = pool_get(&pf_src_tree_pl, PR_NOWAIT); in pf_insert_src_node() 595 pool_put(&pf_src_tree_pl, *sn); in pf_insert_src_node() 753 pool_put(&pf_src_tree_pl, cur); in pf_purge_expired_src_nodes() 2559 pool_put(&pf_src_tree_pl, sn); in pf_test_tcp() 2566 pool_put(&pf_src_tree_pl, nsn); in pf_test_tcp() 2899 pool_put(&pf_src_tree_pl, sn); in pf_test_udp() 2906 pool_put(&pf_src_tree_pl, nsn); in pf_test_udp() 3184 pool_put(&pf_src_tree_pl, sn); in pf_test_icmp() [all …]
|
| D | pfvar.h | 1327 extern struct pool pf_src_tree_pl, pf_rule_pl;
|
| D | pf_ioctl.c | 134 pool_init(&pf_src_tree_pl, sizeof(struct pf_src_node), 0, 0, 0, in pfattach()
|