| route.c | 159 static struct pool rtentry_pool; variable in typeref:struct:pool 489 pool_init(&rtentry_pool, sizeof(struct rtentry), 0, 0, 0, "rtentpl", 710 pool_put(&rtentry_pool, rt); 1223 rt = pool_get(&rtentry_pool, PR_NOWAIT); 1241 pool_put(&rtentry_pool, rt); 1277 pool_put(&rtentry_pool, rt);
|