Searched refs:is_hnext (Results 1 – 2 of 2) sorted by relevance
856 ifs->ifs_ips_table[hv]->is_phnext = &is->is_hnext;860 is->is_hnext = ifs->ifs_ips_table[hv];1408 is = is->is_hnext) {2506 isp = &is->is_hnext;2562 isp = &is->is_hnext;2629 if (is->is_hnext)2630 is->is_hnext->is_phnext = isp;2631 *isp = is->is_hnext;2643 (*isp)->is_phnext = &is->is_hnext;2648 is->is_hnext = *isp;[all …]
41 struct ipstate *is_hnext; member