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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmroute.h166 int minvif; member in struct:mfc_cache::__anon10050::__anon10052
H A Dmroute6.h167 int minvif; member in struct:mfc6_cache::__anon10053::__anon10055
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipmr.c379 cache->mfc_un.res.minvif = MAXVIFS;
386 if (cache->mfc_un.res.minvif > vifi)
387 cache->mfc_un.res.minvif = vifi;
505 c->mfc_un.res.minvif = MAXVIFS;
1369 for (ct = cache->mfc_un.res.maxvif-1; ct >= cache->mfc_un.res.minvif; ct--) {
1623 for (ct = c->mfc_un.res.minvif; ct < c->mfc_un.res.maxvif; ct++) {
1916 for (n = mfc->mfc_un.res.minvif;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6mr.c361 for(n = mfc->mfc_un.res.minvif;
688 cache->mfc_un.res.minvif = MAXVIFS;
695 if (cache->mfc_un.res.minvif > vifi) {
696 cache->mfc_un.res.minvif = vifi;
806 c->mfc_un.res.minvif = MAXVIFS;
1661 for (ct = cache->mfc_un.res.maxvif-1; ct >= cache->mfc_un.res.minvif; ct--) {
1757 for (ct = c->mfc_un.res.minvif; ct < c->mfc_un.res.maxvif; ct++) {

Completed in 165 milliseconds