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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.h232 struct mfc *mfc_next; /* next mfc entry */ member in struct:mfc
H A Dip_mroute.c353 _rt = _rt->mfc_next; \
627 struct mfc *nr = rt->mfc_next;
857 for (rt = mfctable[hash], nstl = 0; rt; rt = rt->mfc_next) {
916 for (rt = mfctable[hash]; rt != NULL; rt = rt->mfc_next) {
958 rt->mfc_next = mfctable[hash];
1018 nptr = &rt->mfc_next;
1024 *nptr = rt->mfc_next;
1184 for (rt = mfctable[hash]; rt; rt = rt->mfc_next) {
1242 rt->mfc_next = mfctable[hash];
1322 *nptr = mfc->mfc_next;
[all...]

Completed in 12 milliseconds