Searched refs:mfc_rt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c612 struct mfc *mfc_rt; local
706 mfc_rt = ipst->ips_mfcs[i].mfcb_mfc;
707 while (mfc_rt) {
709 mutex_enter(&mfc_rt->mfc_mutex);
710 if (mfc_rt->mfc_rte != NULL) {
711 if (mfc_rt->mfc_timeout_id != 0) {
719 mfc_rt->mfc_timeout_id = 0;
720 mutex_exit(&mfc_rt->mfc_mutex);
722 mfc_rt->mfc_timeout_id);
723 mfc_rt
1663 struct mfc *mfc_rt = NULL; local
1915 struct mfc *mfc_rt = arg; local
[all...]

Completed in 46 milliseconds