Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dipv6_route.h32 #define RTF_CACHE 0x01000000 /* read-only: can not be set by user */ macro
/linux/net/ipv6/ila/
H A Dila_lwt.c54 if (rt->rt6i_flags & (RTF_GATEWAY | RTF_CACHE)) { in ila_output()
/linux/net/ipv6/
H A Droute.c1387 rt->rt6i_flags |= RTF_CACHE; in ip6_rt_cache_alloc()
1949 if (!from || !(rt->rt6i_flags & RTF_CACHE)) in rt6_remove_exception_rt()
2027 if (!from || !(rt->rt6i_flags & RTF_CACHE)) in rt6_update_exception_stamp_rt()
2098 #define RTF_CACHE_GATEWAY (RTF_GATEWAY | RTF_CACHE)
2835 if (rt->rt6i_flags & RTF_CACHE) { in ip6_negative_advice()
2859 if (rt->rt6i_flags & RTF_CACHE) { in ip6_link_failure()
2903 return !(rt->rt6i_flags & RTF_CACHE) && in rt6_cache_allowed_for_pmtu()
2941 if (rt6->rt6i_flags & RTF_CACHE) in __ip6_rt_update_pmtu()
3759 if (cfg->fc_flags & RTF_CACHE) { in fib6_config_validate()
4148 !(cfg->fc_flags & RTF_CACHE)); in ip6_route_del()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c6899 if (rt->fib6_flags & RTF_CACHE) in mlxsw_sp_fib6_rt_should_ignore()