Home
last modified time | relevance | path

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

/linux/net/ipv4/
A 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()
A Dipmr.c791 cache->mfc_un.res.minvif = MAXVIFS; in ipmr_update_thresholds()
799 if (cache->mfc_un.res.minvif > vifi) in ipmr_update_thresholds()
800 cache->mfc_un.res.minvif = vifi; in ipmr_update_thresholds()
955 c->_c.mfc_un.res.minvif = MAXVIFS; in ipmr_cache_alloc()
2010 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip_mr_forward()
2980 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show()
/linux/net/ipv6/
A Dip6mr.c492 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show()
842 cache->mfc_un.res.minvif = MAXMIFS; in ip6mr_update_thresholds()
850 if (cache->mfc_un.res.minvif > vifi) in ip6mr_update_thresholds()
851 cache->mfc_un.res.minvif = vifi; in ip6mr_update_thresholds()
983 c->_c.mfc_un.res.minvif = MAXMIFS; in ip6mr_cache_alloc()
2161 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip6_mr_forward()
/linux/include/linux/
A Dmroute_base.h142 int minvif; member

Completed in 20 milliseconds