Home
last modified time | relevance | path

Searched refs:rtm_scope (Results 1 – 12 of 12) sorted by last modified time

/linux/net/ipv6/
H A Droute.c5651 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()
5977 rtm->rtm_table || rtm->rtm_protocol || rtm->rtm_scope || in inet6_rtm_valid_getroute_req()
H A Dip6mr.c2361 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
2526 rtm->rtm_scope || rtm->rtm_type || rtm->rtm_flags) { in ip6mr_rtm_valid_getroute_req()
/linux/net/phonet/
H A Dpn_netlink.c177 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
/linux/net/mpls/
H A Daf_mpls.c1835 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config()
1990 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route()
2106 rtm->rtm_table || rtm->rtm_scope || rtm->rtm_type || in mpls_valid_fib_dump_req()
2306 rtm->rtm_protocol || rtm->rtm_scope || rtm->rtm_type) { in mpls_valid_getroute_req()
2472 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
/linux/net/ipv4/
H A Droute.c2900 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
3171 rtm->rtm_scope || rtm->rtm_type) { in inet_rtm_valid_getroute_req()
H A Dipmr.c2335 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
2499 rtm->rtm_scope || rtm->rtm_type || rtm->rtm_flags) { in ipmr_rtm_valid_getroute_req()
2679 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
H A Dfib_semantics.c1806 rtm->rtm_scope = fi->fib_scope; in fib_dump_info()
H A Dfib_frontend.c756 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()
929 rtm->rtm_scope) { in ip_valid_fib_dump_req()
/linux/net/mctp/
H A Droute.c1384 hdr->rtm_scope = RT_SCOPE_LINK; /* TODO: scope in mctp_route? */ in mctp_fill_rtinfo()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c266 req.rt.rtm_scope = RT_SCOPE_UNIVERSE; in __ip_route_add()
/linux/tools/testing/selftests/net/
H A Dipsec.c444 req.rt.rtm_scope = RT_SCOPE_LINK; in ip4_route_set()
/linux/include/uapi/linux/
H A Drtnetlink.h245 unsigned char rtm_scope; /* See below */ member