Home
last modified time | relevance | path

Searched refs:tdb_pool (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/netinet/
H A Dip_ipsp.c113 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 Dip_ipsp.h543 extern struct pool tdb_pool;
/openbsd/sys/ddb/
H A Ddb_command.c419 pool_walk(&tdb_pool, full, db_printf, tdb_printit); in db_show_all_tdbs()