rtm_scope         215 include/uapi/linux/rtnetlink.h 	unsigned char		rtm_scope;	/* See below */	
rtm_scope         206 net/decnet/dn_fib.c 			if (r->rtm_scope >= RT_SCOPE_LINK)
rtm_scope         223 net/decnet/dn_fib.c 		fld.flowidn_scope = r->rtm_scope + 1;
rtm_scope         278 net/decnet/dn_fib.c 	if (dn_fib_props[r->rtm_type].scope > r->rtm_scope)
rtm_scope         356 net/decnet/dn_fib.c 	if (r->rtm_scope > RT_SCOPE_HOST)
rtm_scope         359 net/decnet/dn_fib.c 	if (r->rtm_scope == RT_SCOPE_HOST) {
rtm_scope         609 net/decnet/dn_fib.c 	req.rtm.rtm_scope = (type != RTN_LOCAL ? RT_SCOPE_LINK : RT_SCOPE_HOST);
rtm_scope        1565 net/decnet/dn_route.c 	r->rtm_scope = RT_SCOPE_UNIVERSE;
rtm_scope         319 net/decnet/dn_table.c 	rtm->rtm_scope = scope;
rtm_scope         608 net/decnet/dn_table.c 			    f->fn_scope == r->rtm_scope &&
rtm_scope         632 net/decnet/dn_table.c 	new_f->fn_scope = r->rtm_scope;
rtm_scope         712 net/decnet/dn_table.c 				(r->rtm_scope == RT_SCOPE_NOWHERE || f->fn_scope == r->rtm_scope) &&
rtm_scope         749 net/ipv4/fib_frontend.c 	cfg->fc_scope = rtm->rtm_scope;
rtm_scope         918 net/ipv4/fib_frontend.c 	    rtm->rtm_scope) {
rtm_scope        1752 net/ipv4/fib_semantics.c 	rtm->rtm_scope = fi->fib_scope;
rtm_scope        2342 net/ipv4/ipmr.c 	rtm->rtm_scope    = RT_SCOPE_UNIVERSE;
rtm_scope        2504 net/ipv4/ipmr.c 	    rtm->rtm_scope || rtm->rtm_type || rtm->rtm_flags) {
rtm_scope        2682 net/ipv4/ipmr.c 	    rtm->rtm_scope != RT_SCOPE_UNIVERSE ||
rtm_scope        2760 net/ipv4/route.c 	r->rtm_scope	= RT_SCOPE_UNIVERSE;
rtm_scope        3028 net/ipv4/route.c 	    rtm->rtm_scope || rtm->rtm_type) {
rtm_scope        2341 net/ipv6/ip6mr.c 	rtm->rtm_scope    = RT_SCOPE_UNIVERSE;
rtm_scope        5439 net/ipv6/route.c 	rtm->rtm_scope = RT_SCOPE_UNIVERSE;
rtm_scope        5750 net/ipv6/route.c 	    rtm->rtm_table || rtm->rtm_protocol || rtm->rtm_scope ||
rtm_scope        1826 net/mpls/af_mpls.c 	if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) {
rtm_scope        1981 net/mpls/af_mpls.c 	rtm->rtm_scope = RT_SCOPE_UNIVERSE;
rtm_scope        2097 net/mpls/af_mpls.c 	    rtm->rtm_table   || rtm->rtm_scope    || rtm->rtm_type  ||
rtm_scope        2299 net/mpls/af_mpls.c 	    rtm->rtm_protocol || rtm->rtm_scope || rtm->rtm_type) {
rtm_scope        2465 net/mpls/af_mpls.c 	r->rtm_scope	= RT_SCOPE_UNIVERSE;
rtm_scope         177 net/phonet/pn_netlink.c 	rtm->rtm_scope = RT_SCOPE_UNIVERSE;
rtm_scope         389 tools/testing/selftests/net/udpgso.c 	rt->rtm_scope = RT_SCOPE_UNIVERSE;