Home
last modified time | relevance | path

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

/Linux-v6.6/net/phonet/
Dpn_netlink.c177 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
/Linux-v6.6/net/mpls/
Daf_mpls.c1852 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config()
2007 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route()
2123 rtm->rtm_table || rtm->rtm_scope || rtm->rtm_type || in mpls_valid_fib_dump_req()
2321 rtm->rtm_protocol || rtm->rtm_scope || rtm->rtm_type) { in mpls_valid_getroute_req()
2487 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
/Linux-v6.6/include/uapi/linux/
Drtnetlink.h245 unsigned char rtm_scope; /* See below */ member
/Linux-v6.6/tools/testing/selftests/net/
Dudpgso.c389 rt->rtm_scope = RT_SCOPE_UNIVERSE; in set_route_mtu()
Dipsec.c444 req.rt.rtm_scope = RT_SCOPE_LINK; in ip4_route_set()
/Linux-v6.6/net/ipv4/
Dfib_frontend.c756 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()
928 rtm->rtm_scope) { in ip_valid_fib_dump_req()
Dipmr.c2334 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
2498 rtm->rtm_scope || rtm->rtm_type || rtm->rtm_flags) { in ipmr_rtm_valid_getroute_req()
2676 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
Droute.c2961 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
3232 rtm->rtm_scope || rtm->rtm_type) { in inet_rtm_valid_getroute_req()
Dfib_semantics.c1806 rtm->rtm_scope = fi->fib_scope; in fib_dump_info()
/Linux-v6.6/net/ipv6/
Dip6mr.c2364 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
2529 rtm->rtm_scope || rtm->rtm_type || rtm->rtm_flags) { in ip6mr_rtm_valid_getroute_req()
Droute.c5644 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()
5970 rtm->rtm_table || rtm->rtm_protocol || rtm->rtm_scope || in inet6_rtm_valid_getroute_req()
/Linux-v6.6/net/mctp/
Droute.c1311 hdr->rtm_scope = RT_SCOPE_LINK; /* TODO: scope in mctp_route? */ in mctp_fill_rtinfo()