Searched refs:ifs_ips_table (Results 1 – 2 of 2) sorted by relevance
162 KMALLOCS(ifs->ifs_ips_table, ipstate_t **,164 if (ifs->ifs_ips_table == NULL)166 bzero((char *)ifs->ifs_ips_table,317 if (ifs->ifs_ips_table != NULL) {318 KFREES(ifs->ifs_ips_table,319 ifs->ifs_fr_statesize * sizeof(*ifs->ifs_ips_table));320 ifs->ifs_ips_table = NULL;360 ifs->ifs_ips_stats.iss_table = ifs->ifs_ips_table;855 if (ifs->ifs_ips_table[hv] != NULL)856 ifs->ifs_ips_table[hv]->is_phnext = &is->is_hnext;[all …]
263 ipstate_t **ifs_ips_table; member