Home
last modified time | relevance | path

Searched refs:RTNH_F_ONLINK (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Din_route.h8 #define RTCF_ONLINK RTNH_F_ONLINK
H A Drtnetlink.h398 #define RTNH_F_ONLINK 4 /* Gateway is forced on link */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Din_route.h8 #define RTCF_ONLINK RTNH_F_ONLINK
H A Drtnetlink.h420 #define RTNH_F_ONLINK 4 /* Gateway is forced on link */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Din_route.h22 #define RTCF_ONLINK RTNH_F_ONLINK
H A Drtnetlink.h295 #define RTNH_F_ONLINK 4 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Din_route.h22 #define RTCF_ONLINK RTNH_F_ONLINK
H A Drtnetlink.h295 #define RTNH_F_ONLINK 4 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Din_route.h9 #define RTCF_ONLINK RTNH_F_ONLINK
H A Drtnetlink.h263 #define RTNH_F_ONLINK 4 macro
/kernel/linux/linux-5.10/include/net/
H A Dnexthop.h20 #define NEXTHOP_VALID_USER_FLAGS RTNH_F_ONLINK
/kernel/linux/linux-6.6/include/net/
H A Dnexthop.h20 #define NEXTHOP_VALID_USER_FLAGS RTNH_F_ONLINK
/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_semantics.c1125 if (nh->fib_nh_flags & RTNH_F_ONLINK) { in fib_check_nh_v4_gw()
1218 if (nh->fib_nh_flags & (RTNH_F_PERVASIVE | RTNH_F_ONLINK)) { in fib_check_nh_nongw()
1705 *flags |= (nhc->nhc_flags & RTNH_F_ONLINK); in fib_nexthop_info()
H A Dnexthop.c696 if (nhi->fib_nhc.nhc_flags & RTNH_F_ONLINK && scope >= RT_SCOPE_LINK) { in nexthop_check_scope()
1642 if (cfg->nh_flags & RTNH_F_ONLINK) { in rtm_to_nh_config()
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_semantics.c1127 if (nh->fib_nh_flags & RTNH_F_ONLINK) { in fib_check_nh_v4_gw()
1220 if (nh->fib_nh_flags & (RTNH_F_PERVASIVE | RTNH_F_ONLINK)) { in fib_check_nh_nongw()
1688 (RTNH_F_ONLINK | RTNH_F_OFFLOAD | RTNH_F_TRAP)); in fib_nexthop_info()
H A Dnexthop.c1359 if (nhi->fib_nhc.nhc_flags & RTNH_F_ONLINK && scope >= RT_SCOPE_LINK) { in nexthop_check_scope()
2919 if (cfg->nh_flags & RTNH_F_ONLINK) { in rtm_to_nh_config()
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c3362 if (cfg->fc_flags & RTNH_F_ONLINK) in ip6_validate_gw()
3440 if (cfg->fc_flags & RTNH_F_ONLINK) { in fib6_nh_init()
3453 fib6_nh->fib_nh_flags |= RTNH_F_ONLINK; in fib6_nh_init()
4949 cfg->fc_flags |= (rtm->rtm_flags & RTNH_F_ONLINK); in rtm_to_fib6_config()
5195 r_cfg.fc_flags |= (rtnh->rtnh_flags & RTNH_F_ONLINK); in ip6_route_multipath_add()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c3459 if (cfg->fc_flags & RTNH_F_ONLINK) in ip6_validate_gw()
3540 if (cfg->fc_flags & RTNH_F_ONLINK) { in fib6_nh_init()
3553 fib6_nh->fib_nh_flags |= RTNH_F_ONLINK; in fib6_nh_init()
5042 cfg->fc_flags |= (rtm->rtm_flags & RTNH_F_ONLINK); in rtm_to_fib6_config()
5288 r_cfg.fc_flags |= (rtnh->rtnh_flags & RTNH_F_ONLINK); in ip6_route_multipath_add()

Completed in 39 milliseconds