Home
last modified time | relevance | path

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

/linux-6.1.9/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()
2027 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip_mr_forward()
2988 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show()
/linux-6.1.9/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()
2194 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip6_mr_forward()
/linux-6.1.9/include/linux/
Dmroute_base.h147 int minvif; member