HomeSort by: relevance | last modified time | path
    Searched defs:ip6flow_pool (Results 1 - 3 of 3) sorted by relevancy

  /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);

Completed in 34 milliseconds