Home
last modified time | relevance | path

Searched refs:RTF_PCPU (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dipv6_route.h39 #define RTF_PCPU 0x40000000 /* read-only: can not be set by user */ macro
/openbmc/linux/net/ipv6/
H A Droute.c1417 pcpu_rt->rt6i_flags |= RTF_PCPU; in rt6_get_pcpu_route()
2711 rt->rt6i_flags = ort->rt6i_flags & ~RTF_PCPU; in rt6_check()
2789 if (from && (rt->rt6i_flags & RTF_PCPU || in ip6_link_failure()
2875 (rt->rt6i_flags & RTF_PCPU || rcu_access_pointer(rt->from)); in __ip6_rt_update_pmtu()
3734 /* RTF_PCPU is an internal flag; can not be set by userspace */ in ip6_route_info_create()
3735 if (cfg->fc_flags & RTF_PCPU) { in ip6_route_info_create()
3736 NL_SET_ERR_MSG(extack, "Userspace can not set RTF_PCPU"); in ip6_route_info_create()