Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmroute.h81 int minvif; member
Dmroute6.h90 int minvif; member
/linux-4.1.27/net/ipv6/
Dip6mr.c580 for (n = mfc->mfc_un.res.minvif; in ipmr_mfc_seq_show()
915 cache->mfc_un.res.minvif = MAXMIFS; in ip6mr_update_thresholds()
923 if (cache->mfc_un.res.minvif > vifi) in ip6mr_update_thresholds()
924 cache->mfc_un.res.minvif = vifi; in ip6mr_update_thresholds()
1082 c->mfc_un.res.minvif = MAXMIFS; in ip6mr_cache_alloc()
2155 for (ct = cache->mfc_un.res.maxvif - 1; ct >= cache->mfc_un.res.minvif; ct--) { in ip6_mr_forward()
2256 for (ct = c->mfc_un.res.minvif; ct < c->mfc_un.res.maxvif; ct++) { in __ip6mr_fill_mroute()
/linux-4.1.27/net/ipv4/
Dipmr.c705 cache->mfc_un.res.minvif = MAXVIFS; in ipmr_update_thresholds()
713 if (cache->mfc_un.res.minvif > vifi) in ipmr_update_thresholds()
714 cache->mfc_un.res.minvif = vifi; in ipmr_update_thresholds()
895 c->mfc_un.res.minvif = MAXVIFS; in ipmr_cache_alloc()
1898 ct >= cache->mfc_un.res.minvif; ct--) { in ip_mr_forward()
2173 for (ct = c->mfc_un.res.minvif; ct < c->mfc_un.res.maxvif; ct++) { in __ipmr_fill_mroute()
2662 for (n = mfc->mfc_un.res.minvif; in ipmr_mfc_seq_show()