Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dipmr_base.c235 for (ct = c->mfc_un.res.minvif; ct < c->mfc_un.res.maxvif; ct++) { in mr_fill_mroute()
277 for (ct = c->mfc_un.res.minvif; ct < c->mfc_un.res.maxvif; ct++) { in mr_mfc_uses_dev()
Dipmr.c814 cache->mfc_un.res.minvif = MAXVIFS; in ipmr_update_thresholds()
822 if (cache->mfc_un.res.minvif > vifi) in ipmr_update_thresholds()
823 cache->mfc_un.res.minvif = vifi; in ipmr_update_thresholds()
984 c->_c.mfc_un.res.minvif = MAXVIFS; in ipmr_cache_alloc()
2035 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip_mr_forward()
3003 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show()
/Linux-v5.4/net/ipv6/
Dip6mr.c488 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show()
839 cache->mfc_un.res.minvif = MAXMIFS; in ip6mr_update_thresholds()
847 if (cache->mfc_un.res.minvif > vifi) in ip6mr_update_thresholds()
848 cache->mfc_un.res.minvif = vifi; in ip6mr_update_thresholds()
980 c->_c.mfc_un.res.minvif = MAXMIFS; in ip6mr_cache_alloc()
2156 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip6_mr_forward()
/Linux-v5.4/include/linux/
Dmroute_base.h143 int minvif; member