Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
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()
Dipmr.c793 cache->mfc_un.res.minvif = MAXVIFS; in ipmr_update_thresholds()
801 if (cache->mfc_un.res.minvif > vifi) in ipmr_update_thresholds()
802 cache->mfc_un.res.minvif = vifi; in ipmr_update_thresholds()
961 c->_c.mfc_un.res.minvif = MAXVIFS; in ipmr_cache_alloc()
2041 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip_mr_forward()
3002 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show()
/Linux-v6.6/net/ipv6/
Dip6mr.c498 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show()
845 cache->mfc_un.res.minvif = MAXMIFS; in ip6mr_update_thresholds()
853 if (cache->mfc_un.res.minvif > vifi) in ip6mr_update_thresholds()
854 cache->mfc_un.res.minvif = vifi; in ip6mr_update_thresholds()
987 c->_c.mfc_un.res.minvif = MAXMIFS; in ip6mr_cache_alloc()
2184 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip6_mr_forward()
/Linux-v6.6/include/linux/
Dmroute_base.h147 int minvif; member