Home
last modified time | relevance | path

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

/Linux-v4.19/net/decnet/
Ddn_fib.c206 if (r->rtm_scope >= RT_SCOPE_LINK) in dn_fib_check_nh()
223 fld.flowidn_scope = r->rtm_scope + 1; in dn_fib_check_nh()
278 if (dn_fib_props[r->rtm_type].scope > r->rtm_scope) in dn_fib_create_info()
356 if (r->rtm_scope > RT_SCOPE_HOST) in dn_fib_create_info()
359 if (r->rtm_scope == RT_SCOPE_HOST) { in dn_fib_create_info()
609 req.rtm.rtm_scope = (type != RTN_LOCAL ? RT_SCOPE_LINK : RT_SCOPE_HOST); in fib_magic()
Ddn_table.c319 rtm->rtm_scope = scope; in dn_fib_dump_info()
607 f->fn_scope == r->rtm_scope && in dn_fib_table_insert()
631 new_f->fn_scope = r->rtm_scope; in dn_fib_table_insert()
711 (r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) && in dn_fib_table_delete()
Ddn_route.c1571 r->rtm_scope = RT_SCOPE_UNIVERSE; in dn_rt_fill_info()
/Linux-v4.19/net/phonet/
Dpn_netlink.c190 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
/Linux-v4.19/include/uapi/linux/
Drtnetlink.h208 unsigned char rtm_scope; /* See below */ member
/Linux-v4.19/tools/testing/selftests/net/
Dudpgso.c398 rt->rtm_scope = RT_SCOPE_UNIVERSE; in set_route_mtu()
/Linux-v4.19/net/mpls/
Daf_mpls.c1774 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config()
1926 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route()
2243 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
/Linux-v4.19/net/ipv4/
Dfib_frontend.c677 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()
Dipmr.c2326 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
2589 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
Dfib_semantics.c1315 rtm->rtm_scope = fi->fib_scope; in fib_dump_info()
Droute.c2625 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
/Linux-v4.19/net/ipv6/
Dip6mr.c2292 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
Droute.c4709 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()