Home
last modified time | relevance | path

Searched refs:RTF_LOCAL (Results 1 – 13 of 13) sorted by relevance

/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/net/
H A Droute.h109 #define RTF_LOCAL 0x80000000 macro
121 == (RTF_LOCAL|RTF_INTERFACE))
/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/net/
H A Droute.h109 #define RTF_LOCAL 0x80000000 macro
121 == (RTF_LOCAL|RTF_INTERFACE))
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dipv6_route.h40 #define RTF_LOCAL 0x80000000 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.h40 #define RTF_LOCAL 0x80000000 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.h40 #define RTF_LOCAL 0x80000000 macro
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c92 else if (!dev && rt->rt6i_flags & RTF_LOCAL) in __nft_fib6_eval_type()
196 if (rt->rt6i_flags & (RTF_REJECT | RTF_ANYCAST | RTF_LOCAL)) in nft_fib6_eval()
H A Dip6t_rpfilter.c70 if (rt->rt6i_flags & RTF_LOCAL) { in rpfilter_lookup_reverse6()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_addrtype.c59 if (dev == NULL && rt->rt6i_flags & RTF_LOCAL) in match_lookup_rt6()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dxfrm6_policy.c88 RTF_LOCAL); in xfrm6_fill_dst()
H A Droute.c1006 if (res->fib6_flags & (RTF_LOCAL | RTF_ANYCAST)) { in ip6_rt_get_dev_rcu()
3403 !(flags & (RTF_ANYCAST | RTF_LOCAL)))) in fib6_is_reject()
3503 if (!(cfg->fc_flags & (RTF_LOCAL | RTF_ANYCAST)) && in fib6_nh_init()
4435 cfg.fc_flags |= RTF_LOCAL; in addrconf_f6i_alloc()
4738 rt->fib6_flags & (RTF_LOCAL | RTF_ANYCAST)) in fib6_ifdown()
4900 cfg->fc_flags |= RTF_LOCAL; in rtm_to_fib6_config()
/OK3568_Linux_fs/kernel/include/net/
H A Dip6_route.h248 return rt->rt6i_flags & RTF_LOCAL; in ipv6_unicast_destination()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c2566 BUILD_BUG_ON(RTCF_LOCAL != RTF_LOCAL); in encap_bypass_if_local()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c5375 if (rt->fib6_flags & (RTF_LOCAL | RTF_ANYCAST)) in mlxsw_sp_fib6_entry_type_set()