Searched refs:ifs_maptable (Results 1 – 3 of 3) sorted by relevance
227 hostmap_t **ifs_maptable; member
216 KMALLOCS(ifs->ifs_maptable, hostmap_t **,218 if (ifs->ifs_maptable != NULL)219 bzero((char *)ifs->ifs_maptable,427 for (hm = ifs->ifs_maptable[hv]; hm; hm = hm->hm_next)447 hm->hm_next = ifs->ifs_maptable[hv];448 hm->hm_pnext = ifs->ifs_maptable + hv;449 if (ifs->ifs_maptable[hv] != NULL)450 ifs->ifs_maptable[hv]->hm_pnext = &hm->hm_next;451 ifs->ifs_maptable[hv] = hm;766 ifs->ifs_nat_stats.ns_maptable = ifs->ifs_maptable;[all …]
230 for (hm = ifs->ifs_maptable[hv]; hm; hm = hm->hm_next)250 hm->hm_next = ifs->ifs_maptable[hv];251 hm->hm_pnext = ifs->ifs_maptable + hv;252 if (ifs->ifs_maptable[hv] != NULL)253 ifs->ifs_maptable[hv]->hm_pnext = &hm->hm_next;254 ifs->ifs_maptable[hv] = hm;