Lines Matching refs:new_pool
2074 struct isakmp_cfg_port *new_pool;2101 new_pool = racoon_realloc(isakmp_cfg_config.port_pool, len);2102 if (new_pool == NULL) {2117 bzero((char *)new_pool + (old_size * unit), 2121 isakmp_cfg_config.port_pool = new_pool;