Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dipv6_route.h39 #define RTF_PCPU 0x40000000 /* read-only: can not be set by user */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dipv6_route.h39 #define RTF_PCPU 0x40000000 /* read-only: can not be set by user */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dipv6_route.h39 #define RTF_PCPU 0x40000000 /* read-only: can not be set by user */ macro
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c1374 pcpu_rt->rt6i_flags |= RTF_PCPU; in ip6_rt_pcpu_alloc()
2550 rt->rt6i_flags = ort->rt6i_flags & ~RTF_PCPU; in ip6_blackhole_route()
2627 if (from && (rt->rt6i_flags & RTF_PCPU || in ip6_dst_check()
2712 (rt->rt6i_flags & RTF_PCPU || rcu_access_pointer(rt->from)); in rt6_cache_allowed_for_pmtu()
3586 if (cfg->fc_flags & RTF_PCPU) { in ip6_route_info_create()