Lines Matching refs:scope
65 u8 scope; member
67 [RTN_UNSPEC] = { .error = 0, .scope = RT_SCOPE_NOWHERE },
68 [RTN_UNICAST] = { .error = 0, .scope = RT_SCOPE_UNIVERSE },
69 [RTN_LOCAL] = { .error = 0, .scope = RT_SCOPE_HOST },
70 [RTN_BROADCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
71 [RTN_ANYCAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
72 [RTN_MULTICAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
73 [RTN_BLACKHOLE] = { .error = -EINVAL, .scope = RT_SCOPE_UNIVERSE },
74 [RTN_UNREACHABLE] = { .error = -EHOSTUNREACH, .scope = RT_SCOPE_UNIVERSE },
75 [RTN_PROHIBIT] = { .error = -EACCES, .scope = RT_SCOPE_UNIVERSE },
76 [RTN_THROW] = { .error = -EAGAIN, .scope = RT_SCOPE_UNIVERSE },
77 [RTN_NAT] = { .error = 0, .scope = RT_SCOPE_NOWHERE },
78 [RTN_XRESOLVE] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
237 nh->nh_scope = res.scope; in dn_fib_check_nh()
280 if (dn_fib_props[r->rtm_type].scope > r->rtm_scope) in dn_fib_create_info()
667 int scope = RT_SCOPE_NOWHERE; in dn_fib_sync_down() local
670 scope = -1; in dn_fib_sync_down()
689 nh->nh_scope != scope) { in dn_fib_sync_down()