Lines Matching refs:ipfr_hnext
452 for (fra = table[idx]; (fra != NULL); fra = fra->ipfr_hnext)
476 if ((fra->ipfr_hnext = table[idx]) != NULL)
477 table[idx]->ipfr_hprev = &fra->ipfr_hnext;
685 for (f = table[idx]; f; f = f->ipfr_hnext) {
727 (*fp) = f->ipfr_hnext;
728 if (f->ipfr_hnext != NULL)
729 f->ipfr_hnext->ipfr_hprev = fp;
733 f->ipfr_hnext = table[idx];
734 table[idx]->ipfr_hprev = &f->ipfr_hnext;
962 if (fra->ipfr_hnext)
963 fra->ipfr_hnext->ipfr_hprev = fra->ipfr_hprev;
964 *fra->ipfr_hprev = fra->ipfr_hnext;