/src/sys/netinet6/ |
ip6_flow.c | 83 static struct pool ip6flow_pool; variable in typeref:struct:pool 192 pool_init(&ip6flow_pool, sizeof(struct ip6flow), 0, 0, 0, "ip6flowpl", 425 pool_put(&ip6flow_pool, ip6f); 488 pool_put(&ip6flow_pool, ip6f); 593 ip6f = pool_get(&ip6flow_pool, PR_NOWAIT);
|
ip6_flow.c | 83 static struct pool ip6flow_pool; variable in typeref:struct:pool 192 pool_init(&ip6flow_pool, sizeof(struct ip6flow), 0, 0, 0, "ip6flowpl", 425 pool_put(&ip6flow_pool, ip6f); 488 pool_put(&ip6flow_pool, ip6f); 593 ip6f = pool_get(&ip6flow_pool, PR_NOWAIT);
|
ip6_flow.c | 83 static struct pool ip6flow_pool; variable in typeref:struct:pool 192 pool_init(&ip6flow_pool, sizeof(struct ip6flow), 0, 0, 0, "ip6flowpl", 425 pool_put(&ip6flow_pool, ip6f); 488 pool_put(&ip6flow_pool, ip6f); 593 ip6f = pool_get(&ip6flow_pool, PR_NOWAIT);
|