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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h228 struct mfc *mfcb_mfc; /* first mfc in this bucket */ member in struct:mfcb
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c283 _mb_rt = mfcbp->mfcb_mfc; \
706 mfc_rt = ipst->ips_mfcs[i].mfcb_mfc;
758 while ((rt = mfcbp->mfcb_mfc) != NULL) {
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;
1345 mfcbp->mfcb_mfc = rt;
1403 prev_mfcp = current_mfcp = mfcbp->mfcb_mfc;
1407 if (current_mfcp == mfcbp->mfcb_mfc) {
[all...]

Completed in 48 milliseconds