Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmroute.h81 int minvif; member
Dmroute6.h90 int minvif; member
/linux-4.4.14/net/ipv6/
Dip6mr.c579 for (n = mfc->mfc_un.res.minvif; in ipmr_mfc_seq_show()
910 cache->mfc_un.res.minvif = MAXMIFS; in ip6mr_update_thresholds()
918 if (cache->mfc_un.res.minvif > vifi) in ip6mr_update_thresholds()
919 cache->mfc_un.res.minvif = vifi; in ip6mr_update_thresholds()
1077 c->mfc_un.res.minvif = MAXMIFS; in ip6mr_cache_alloc()
2150 for (ct = cache->mfc_un.res.maxvif - 1; ct >= cache->mfc_un.res.minvif; ct--) { in ip6_mr_forward()
2251 for (ct = c->mfc_un.res.minvif; ct < c->mfc_un.res.maxvif; ct++) { in __ip6mr_fill_mroute()
/linux-4.4.14/net/ipv4/
Dipmr.c696 cache->mfc_un.res.minvif = MAXVIFS; in ipmr_update_thresholds()
704 if (cache->mfc_un.res.minvif > vifi) in ipmr_update_thresholds()
705 cache->mfc_un.res.minvif = vifi; in ipmr_update_thresholds()
886 c->mfc_un.res.minvif = MAXVIFS; in ipmr_cache_alloc()
1890 ct >= cache->mfc_un.res.minvif; ct--) { in ip_mr_forward()
2165 for (ct = c->mfc_un.res.minvif; ct < c->mfc_un.res.maxvif; ct++) { in __ipmr_fill_mroute()
2654 for (n = mfc->mfc_un.res.minvif; in ipmr_mfc_seq_show()