Searched refs:cache_proxy (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/net/ipv4/
H A Dipmr.c1819 struct mfc_cache *cache_proxy; ip_mr_forward() local
1824 cache_proxy = ipmr_cache_find_any_parent(mrt, vif); ip_mr_forward()
1825 if (cache_proxy && ip_mr_forward()
1826 cache_proxy->mfc_un.res.ttls[true_vifi] < 255) ip_mr_forward()
/linux-4.4.14/net/ipv6/
H A Dip6mr.c2095 struct mfc6_cache *cache_proxy; ip6_mr_forward() local
2100 cache_proxy = ip6mr_cache_find_any_parent(mrt, vif); ip6_mr_forward()
2101 if (cache_proxy && ip6_mr_forward()
2102 cache_proxy->mfc_un.res.ttls[true_vifi] < 255) ip6_mr_forward()

Completed in 97 milliseconds