Searched refs:mf6c_next (Results 1 – 3 of 3) sorted by relevance
210 _rt = _rt->mf6c_next; \538 rt = rt->mf6c_next; in ip6_mrouter_done()586 for (mfc = mf6ctable[i]; mfc != NULL; mfc = mfc->mf6c_next) {781 for (rt = mf6ctable[hash], nstl = 0; rt; rt = rt->mf6c_next) {848 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) {891 rt->mf6c_next = mf6ctable[hash];962 nptr = &rt->mf6c_next;969 *nptr = rt->mf6c_next;1117 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) {1233 rt->mf6c_next = mf6ctable[hash];[all …]
244 struct mf6c *mf6c_next; /* hash table linkage */ member
199 mfcp = mfc.mf6c_next; in mroute6pr()