Home
last modified time | relevance | path

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

/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.c811 cache->mfc_un.res.minvif = MAXVIFS; in ipmr_update_thresholds()
819 if (cache->mfc_un.res.minvif > vifi) in ipmr_update_thresholds()
820 cache->mfc_un.res.minvif = vifi; in ipmr_update_thresholds()
979 c->_c.mfc_un.res.minvif = MAXVIFS; in ipmr_cache_alloc()
2083 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip_mr_forward()
2268 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip_mr_output_finish()
3153 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show()
/linux/net/ipv6/
H A Dip6mr.c516 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show()
863 cache->mfc_un.res.minvif = MAXMIFS; in ip6mr_update_thresholds()
871 if (cache->mfc_un.res.minvif > vifi) in ip6mr_update_thresholds()
872 cache->mfc_un.res.minvif = vifi; in ip6mr_update_thresholds()
1005 c->_c.mfc_un.res.minvif = MAXMIFS; in ip6mr_cache_alloc()
2225 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip6_mr_forward()
2276 ct >= c->_c.mfc_un.res.minvif; ct--) { in ip6_mr_output_finish()
/linux/include/linux/
H A Dmroute_base.h147 int minvif; member