Lines Matching refs:mfc_next
327 for (rt = mfctable[MFCHASH(o,g)]; rt; rt = rt->mfc_next) in mfc_find()
651 struct mfc *nr = rt->mfc_next; in X_ip_mrouter_done()
997 for (rt = mfctable[hash], nstl = 0; rt; rt = rt->mfc_next) { in add_mfc()
1044 for (rt = mfctable[hash]; rt != NULL; rt = rt->mfc_next) { in add_mfc()
1067 rt->mfc_next = mfctable[hash]; in add_mfc()
1098 for (nptr = &mfctable[hash]; (rt = *nptr) != NULL; nptr = &rt->mfc_next) in del_mfc()
1108 *nptr = rt->mfc_next; in del_mfc()
1267 for (rt = mfctable[hash]; rt; rt = rt->mfc_next) { in X_ip_mforward()
1340 rt->mfc_next = mfctable[hash]; in X_ip_mforward()
1430 *nptr = mfc->mfc_next; in expire_upcalls()
1433 nptr = &mfc->mfc_next; in expire_upcalls()