Home
last modified time | relevance | path

Searched refs:RTF_CACHE (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dipv6_route.h30 #define RTF_CACHE 0x01000000 /* cache entry */ macro
/linux-4.4.14/net/ipv6/
Droute.c184 else if (rt->rt6i_flags & RTF_CACHE) in ipv6_cow_metrics()
942 if (ort->rt6i_flags & (RTF_CACHE | RTF_PCPU)) in ip6_rt_cache_alloc()
951 rt->rt6i_flags |= RTF_CACHE; in ip6_rt_cache_alloc()
1076 if (rt == net->ipv6.ip6_null_entry || (rt->rt6i_flags & RTF_CACHE)) { in ip6_pol_route()
1295 if (rt->rt6i_flags & RTF_CACHE) { in ip6_negative_advice()
1316 if (rt->rt6i_flags & RTF_CACHE) { in ip6_link_failure()
1336 return !(rt->rt6i_flags & RTF_CACHE) && in rt6_cache_allowed_for_pmtu()
2075 if ((rt->rt6i_flags & RTF_CACHE) && in ip6_route_del()
2076 !(cfg->fc_flags & RTF_CACHE)) in ip6_route_del()
2190 nrt->rt6i_flags = RTF_GATEWAY|RTF_UP|RTF_DYNAMIC|RTF_CACHE; in rt6_do_redirect()
[all …]
Dip6_fib.c925 (rt->rt6i_flags & (RTF_EXPIRES | RTF_CACHE))) in fib6_start_gc()
1046 if (!(rt->rt6i_flags & RTF_CACHE)) in fib6_add()
1457 if (!(rt->rt6i_flags & RTF_CACHE)) { in fib6_del()
1703 if (rt->rt6i_flags & RTF_CACHE) { in fib6_prune_clone()
1752 } else if (rt->rt6i_flags & RTF_CACHE) { in fib6_age()
Daddrconf.c2201 noflags |= RTF_CACHE; in addrconf_get_prefix_route()
/linux-4.4.14/include/net/
Dip6_route.h204 else if (unlikely(rt->rt6i_flags & RTF_CACHE)) in rt6_nexthop()