Searched refs:rtm_scope (Results 1 – 15 of 15) sorted by relevance
205 if (r->rtm_scope >= RT_SCOPE_LINK) in dn_fib_check_nh()222 fld.flowidn_scope = r->rtm_scope + 1; in dn_fib_check_nh()277 if (dn_fib_props[r->rtm_type].scope > r->rtm_scope) in dn_fib_create_info()355 if (r->rtm_scope > RT_SCOPE_HOST) in dn_fib_create_info()358 if (r->rtm_scope == RT_SCOPE_HOST) { in dn_fib_create_info()608 req.rtm.rtm_scope = (type != RTN_LOCAL ? RT_SCOPE_LINK : RT_SCOPE_HOST); in fib_magic()
319 rtm->rtm_scope = scope; in dn_fib_dump_info()608 f->fn_scope == r->rtm_scope && in dn_fib_table_insert()632 new_f->fn_scope = r->rtm_scope; in dn_fib_table_insert()712 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) && in dn_fib_table_delete()
1566 r->rtm_scope = RT_SCOPE_UNIVERSE; in dn_rt_fill_info()
177 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
1847 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config()2002 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route()2118 rtm->rtm_table || rtm->rtm_scope || rtm->rtm_type || in mpls_valid_fib_dump_req()2316 rtm->rtm_protocol || rtm->rtm_scope || rtm->rtm_type) { in mpls_valid_getroute_req()2482 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
236 unsigned char rtm_scope; /* See below */ member
389 rt->rtm_scope = RT_SCOPE_UNIVERSE; in set_route_mtu()
406 req.rt.rtm_scope = RT_SCOPE_LINK; in ip4_route_set()
742 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()911 rtm->rtm_scope) { in ip_valid_fib_dump_req()
2317 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()2481 rtm->rtm_scope || rtm->rtm_type || rtm->rtm_flags) { in ipmr_rtm_valid_getroute_req()2659 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
2939 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()3210 rtm->rtm_scope || rtm->rtm_type) { in inet_rtm_valid_getroute_req()
1799 rtm->rtm_scope = fi->fib_scope; in fib_dump_info()
1225 hdr->rtm_scope = RT_SCOPE_LINK; /* TODO: scope in mctp_route? */ in mctp_fill_rtinfo()
2346 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
5652 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()5978 rtm->rtm_table || rtm->rtm_protocol || rtm->rtm_scope || in inet6_rtm_valid_getroute_req()
Completed in 58 milliseconds