Home
last modified time | relevance | path

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

/linux-6.15/net/phonet/
H A Dpn_netlink.c190 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
/linux-6.15/net/mpls/
H A Daf_mpls.c1834 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config()
1989 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route()
2105 rtm->rtm_table || rtm->rtm_scope || rtm->rtm_type || in mpls_valid_fib_dump_req()
2304 rtm->rtm_protocol || rtm->rtm_scope || rtm->rtm_type) { in mpls_valid_getroute_req()
2470 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
/linux-6.15/include/uapi/linux/
H A Drtnetlink.h253 unsigned char rtm_scope; /* See below */ member
/linux-6.15/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c266 req.rt.rtm_scope = RT_SCOPE_UNIVERSE; in __ip_route_add()
/linux-6.15/net/ipv4/
H A Dfib_frontend.c762 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()
958 rtm->rtm_scope) { in ip_valid_fib_dump_req()
H A Dipmr.c2354 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
2517 rtm->rtm_scope || rtm->rtm_type || rtm->rtm_flags) { in ipmr_rtm_valid_getroute_req()
2697 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
H A Droute.c2952 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
3223 rtm->rtm_scope || rtm->rtm_type) { in inet_rtm_valid_getroute_req()
H A Dfib_semantics.c1755 rtm->rtm_scope = fi->fib_scope; in fib_dump_info()
/linux-6.15/net/ipv6/
H A Dip6mr.c2384 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
2548 rtm->rtm_scope || rtm->rtm_type || rtm->rtm_flags) { in ip6mr_rtm_valid_getroute_req()
H A Droute.c5713 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()
6046 rtm->rtm_table || rtm->rtm_protocol || rtm->rtm_scope || in inet6_rtm_valid_getroute_req()
/linux-6.15/net/mctp/
H A Droute.c1408 hdr->rtm_scope = RT_SCOPE_LINK; /* TODO: scope in mctp_route? */ in mctp_fill_rtinfo()
/linux-6.15/tools/testing/selftests/net/
H A Dipsec.c445 req.rt.rtm_scope = RT_SCOPE_LINK; in ip4_route_set()