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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h219 struct mfc *mfc_next; member in struct:mfc
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c292 _mb_rt = _mb_rt->mfc_next; \
737 mfc_rt = mfc_rt->mfc_next;
762 mfcbp->mfcb_mfc = rt->mfc_next;
1226 for (rt = mfcbp->mfcb_mfc, nstl = 0; rt; rt = rt->mfc_next) {
1314 for (rt = mfcbp->mfcb_mfc; rt; rt = rt->mfc_next) {
1344 rt->mfc_next = mfcbp->mfcb_mfc;
1408 mfcbp->mfcb_mfc = current_mfcp->mfc_next;
1415 prev_mfcp->mfc_next = current_mfcp->mfc_next;
1423 current_mfcp = prev_mfcp->mfc_next;
[all...]

Completed in 48 milliseconds