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

/xnu-2422.115.4/bsd/netinet/
H A Dip_mroute.c226 static struct mfc *mfctable[CONFIG_MFCTBLSIZ]; variable in typeref:struct:mfc
343 struct mfc *_rt = mfctable[MFCHASH(o,g)]; \
575 bzero((caddr_t)mfctable, sizeof(mfctable));
626 for (rt = mfctable[i]; rt != NULL; ) {
641 bzero((caddr_t)mfctable, sizeof(mfctable));
853 for (rt = mfctable[hash], nstl = 0; rt; rt = rt->mfc_next) {
912 for (rt = mfctable[hash]; rt != NULL; rt = rt->mfc_next) {
954 rt->mfc_next = mfctable[has
[all...]

Completed in 22 milliseconds