Home
last modified time | relevance | path

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

/openbmc/linux/net/phonet/
H A Dpn_netlink.c177 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
/openbmc/linux/net/mpls/
H A Daf_mpls.c1836 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config()
1991 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route()
2107 rtm->rtm_table || rtm->rtm_scope || rtm->rtm_type || in mpls_valid_fib_dump_req()
2305 rtm->rtm_protocol || rtm->rtm_scope || rtm->rtm_type) { in mpls_valid_getroute_req()
2471 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h245 unsigned char rtm_scope; /* See below */ member
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso.c415 rt->rtm_scope = RT_SCOPE_UNIVERSE; in set_route_mtu()
H A Dipsec.c445 req.rt.rtm_scope = RT_SCOPE_LINK; in ip4_route_set()
/openbmc/linux/net/ipv4/
H A Dfib_frontend.c756 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()
928 rtm->rtm_scope) { in ip_valid_fib_dump_req()
H A Dipmr.c2349 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
2513 rtm->rtm_scope || rtm->rtm_type || rtm->rtm_flags) { in ipmr_rtm_valid_getroute_req()
2691 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
H A Droute.c2982 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
3253 rtm->rtm_scope || rtm->rtm_type) { in inet_rtm_valid_getroute_req()
H A Dfib_semantics.c1805 rtm->rtm_scope = fi->fib_scope; in fib_dump_info()
/openbmc/linux/net/ipv6/
H A Dip6mr.c2380 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
2545 rtm->rtm_scope || rtm->rtm_type || rtm->rtm_flags) { in ip6mr_rtm_valid_getroute_req()
H A Droute.c5657 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()
5990 rtm->rtm_table || rtm->rtm_protocol || rtm->rtm_scope || in inet6_rtm_valid_getroute_req()
/openbmc/linux/net/mctp/
H A Droute.c1336 hdr->rtm_scope = RT_SCOPE_LINK; /* TODO: scope in mctp_route? */ in mctp_fill_rtinfo()