Searched refs:RTNH_F_ONLINK (Results 1 – 7 of 7) sorted by relevance
8 #define RTCF_ONLINK RTNH_F_ONLINK
398 #define RTNH_F_ONLINK 4 /* Gateway is forced on link */ macro
203 if (nh->nh_flags&RTNH_F_ONLINK) { in dn_fib_check_nh()250 if (nh->nh_flags&(RTNH_F_PERVASIVE|RTNH_F_ONLINK)) in dn_fib_check_nh()
20 #define NEXTHOP_VALID_USER_FLAGS RTNH_F_ONLINK
1070 if (nh->fib_nh_flags & RTNH_F_ONLINK) { in fib_check_nh_v4_gw()1163 if (nh->fib_nh_flags & (RTNH_F_PERVASIVE | RTNH_F_ONLINK)) { in fib_check_nh_nongw()1644 *flags |= (nhc->nhc_flags & RTNH_F_ONLINK); in fib_nexthop_info()
695 if (nhi->fib_nhc.nhc_flags & RTNH_F_ONLINK && scope >= RT_SCOPE_LINK) { in nexthop_check_scope()1607 if (cfg->nh_flags & RTNH_F_ONLINK) { in rtm_to_nh_config()
3367 if (cfg->fc_flags & RTNH_F_ONLINK) in ip6_validate_gw()3445 if (cfg->fc_flags & RTNH_F_ONLINK) { in fib6_nh_init()3458 fib6_nh->fib_nh_flags |= RTNH_F_ONLINK; in fib6_nh_init()4924 cfg->fc_flags |= (rtm->rtm_flags & RTNH_F_ONLINK); in rtm_to_fib6_config()5149 r_cfg.fc_flags |= (rtnh->rtnh_flags & RTNH_F_ONLINK); in ip6_route_multipath_add()