Home | History | Annotate | Download | only in server

Lines Matching defs:num_pools

3950 	int num_pools;
3989 num_pools = 0;
3991 num_pools = 0;
3992 while (pond->ipv6_pools[num_pools] != NULL) {
3993 num_pools++;
3996 tmp = dmalloc(sizeof(struct ipv6_pool *) * (num_pools + 2), MDL);
4000 if (num_pools > 0) {
4002 sizeof(struct ipv6_pool *) * num_pools);
4012 ipv6_pool_reference(&pond->ipv6_pools[num_pools], pool, MDL);
4013 pond->ipv6_pools[num_pools+1] = NULL;