Searched refs:tdb_pool (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/netinet/ |
H A D | ip_ipsp.c | 113 struct pool tdb_pool; variable 215 pool_init(&tdb_pool, sizeof(struct tdb), 0, IPL_SOFTNET, 0, in ipsp_init() 1087 tdbp = pool_get(&tdb_pool, PR_WAITOK | PR_ZERO); in tdb_alloc() 1152 pool_put(&tdb_pool, tdbp); in tdb_free()
|
H A D | ip_ipsp.h | 543 extern struct pool tdb_pool;
|
/openbsd/sys/ddb/ |
H A D | db_command.c | 419 pool_walk(&tdb_pool, full, db_printf, tdb_printit); in db_show_all_tdbs()
|