Searched refs:ifs_ip_pool_list (Results 1 – 3 of 3) sorted by relevance
266 for (q = ifs->ifs_ip_pool_list[i]; (p = q) != NULL; ) {303 stats.ipls_list[i] = ifs->ifs_ip_pool_list[i];309 stats.ipls_list[unit] = ifs->ifs_ip_pool_list[unit];334 for (p = ifs->ifs_ip_pool_list[unit]; p != NULL; p = p->ipo_next)534 for (p = ifs->ifs_ip_pool_list[unit]; p != NULL; ) {543 p = ifs->ifs_ip_pool_list[unit];556 h->ipo_next = ifs->ifs_ip_pool_list[unit];557 if (ifs->ifs_ip_pool_list[unit] != NULL)558 ifs->ifs_ip_pool_list[unit]->ipo_pnext = &h->ipo_next;559 h->ipo_pnext = &ifs->ifs_ip_pool_list[unit];[all …]
255 ip_pool_t *ifs_ip_pool_list[IPL_LOGSIZE]; member
672 for (ipl = ifs->ifs_ip_pool_list[i]; ipl != NULL;