Lines Matching refs:mf6c_next
312 _rt = _rt->mf6c_next; \
636 rt = rt->mf6c_next; in X_ip6_mrouter_done()
840 for (rt = mf6ctable[hash], nstl = 0; rt; rt = rt->mf6c_next) { in add_m6fc()
899 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) { in add_m6fc()
940 rt->mf6c_next = mf6ctable[hash]; in add_m6fc()
1009 nptr = &rt->mf6c_next; in del_m6fc()
1016 *nptr = rt->mf6c_next; in del_m6fc()
1158 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) { in X_ip6_mforward()
1263 rt->mf6c_next = mf6ctable[hash]; in X_ip6_mforward()
1343 *nptr = mfc->mf6c_next; in expire_upcalls()
1346 nptr = &mfc->mf6c_next; in expire_upcalls()