Lines Matching refs:mf6c_next
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];
1316 *nptr = mfc->mf6c_next;
1319 nptr = &mfc->mf6c_next;