Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dipv6_route.h30 #define RTF_CACHE 0x01000000 /* cache entry */ macro
/linux-4.1.27/net/ipv6/
Dip6_fib.c883 (rt->rt6i_flags & (RTF_EXPIRES | RTF_CACHE))) in fib6_start_gc()
1000 if (!(rt->rt6i_flags & RTF_CACHE)) in fib6_add()
1408 if (!(rt->rt6i_flags & RTF_CACHE)) { in fib6_del()
1654 if (rt->rt6i_flags & RTF_CACHE) { in fib6_prune_clone()
1703 } else if (rt->rt6i_flags & RTF_CACHE) { in fib6_age()
Droute.c892 rt->rt6i_flags |= RTF_CACHE; in rt6_alloc_cow()
911 rt->rt6i_flags |= RTF_CACHE; in rt6_alloc_clone()
957 if (rt->rt6i_flags & RTF_CACHE) in ip6_pol_route()
1118 if (rt->rt6i_flags & RTF_CACHE) { in ip6_negative_advice()
1139 if (rt->rt6i_flags & RTF_CACHE) { in ip6_link_failure()
1922 nrt->rt6i_flags = RTF_GATEWAY|RTF_UP|RTF_DYNAMIC|RTF_CACHE; in rt6_do_redirect()
1937 if (rt->rt6i_flags & RTF_CACHE) { in rt6_do_redirect()
2314 #define RTF_CACHE_GATEWAY (RTF_GATEWAY | RTF_CACHE)
2820 if (rt->rt6i_flags & RTF_CACHE) in rt6_fill_node()