Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dipmr_base.c240 for (ct = c->mfc_un.res.minvif; ct < c->mfc_un.res.maxvif; ct++) { in mr_fill_mroute()
285 for (ct = c->mfc_un.res.minvif; ct < c->mfc_un.res.maxvif; ct++) { in mr_mfc_uses_dev()
H A Dipmr.c805 cache->mfc_un.res.minvif = MAXVIFS; in ipmr_update_thresholds()
813 if (cache->mfc_un.res.minvif > vifi) in ipmr_update_thresholds()
814 cache->mfc_un.res.minvif = vifi; in ipmr_update_thresholds()
973 c->_c.mfc_un.res.minvif = MAXVIFS; in ipmr_cache_alloc()
2054 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip_mr_forward()
3019 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show()
/openbmc/linux/net/ipv6/
H A Dip6mr.c512 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show()
859 cache->mfc_un.res.minvif = MAXMIFS; in ip6mr_update_thresholds()
867 if (cache->mfc_un.res.minvif > vifi) in ip6mr_update_thresholds()
868 cache->mfc_un.res.minvif = vifi; in ip6mr_update_thresholds()
1001 c->_c.mfc_un.res.minvif = MAXMIFS; in ip6mr_cache_alloc()
2198 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip6_mr_forward()
/openbmc/linux/include/linux/
H A Dmroute_base.h147 int minvif; member