Searched refs:RTF_PCPU (Results 1 – 2 of 2) sorted by relevance
39 #define RTF_PCPU 0x40000000 /* read-only: can not be set by user */ macro
1426 pcpu_rt->rt6i_flags |= RTF_PCPU; in ip6_rt_pcpu_alloc() 2744 rt->rt6i_flags = ort->rt6i_flags & ~RTF_PCPU; in ip6_blackhole_route() 2821 if (from && (rt->rt6i_flags & RTF_PCPU || in ip6_dst_check() 2907 (rt->rt6i_flags & RTF_PCPU || rcu_access_pointer(rt->from)); in rt6_cache_allowed_for_pmtu() 3750 /* RTF_PCPU is an internal flag; can not be set by userspace */ in fib6_config_validate() 3751 if (cfg->fc_flags & RTF_PCPU) { in fib6_config_validate() 3752 NL_SET_ERR_MSG(extack, "Userspace can not set RTF_PCPU"); in fib6_config_validate()