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

/linux-master/include/uapi/linux/
H A Dipv6_route.h32 #define RTF_CACHE 0x01000000 /* read-only: can not be set by user */ macro
/linux-master/net/ipv6/ila/
H A Dila_lwt.c54 if (rt->rt6i_flags & (RTF_GATEWAY | RTF_CACHE)) {
/linux-master/include/net/
H A Dip6_route.h299 else if (unlikely(rt->rt6i_flags & RTF_CACHE))
/linux-master/net/ipv6/
H A Droute.c1349 rt->rt6i_flags |= RTF_CACHE;
1899 if (!from || !(rt->rt6i_flags & RTF_CACHE))
1977 if (!from || !(rt->rt6i_flags & RTF_CACHE))
2036 /* For RTF_CACHE with rt6i_pmtu == 0 (i.e. a redirected
2048 #define RTF_CACHE_GATEWAY (RTF_GATEWAY | RTF_CACHE)
2241 /* Create a RTF_CACHE clone which will not be
2778 if (rt->rt6i_flags & RTF_CACHE) {
2802 if (rt->rt6i_flags & RTF_CACHE) {
2846 return !(rt->rt6i_flags & RTF_CACHE) &&
2884 if (rt6->rt6i_flags & RTF_CACHE)
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c6898 if (rt->fib6_flags & RTF_CACHE)

Completed in 174 milliseconds