Lines Matching refs:scope

98 		.scope	= RT_SCOPE_NOWHERE,
102 .scope = RT_SCOPE_UNIVERSE,
106 .scope = RT_SCOPE_HOST,
110 .scope = RT_SCOPE_LINK,
114 .scope = RT_SCOPE_LINK,
118 .scope = RT_SCOPE_UNIVERSE,
122 .scope = RT_SCOPE_UNIVERSE,
126 .scope = RT_SCOPE_UNIVERSE,
130 .scope = RT_SCOPE_UNIVERSE,
134 .scope = RT_SCOPE_UNIVERSE,
138 .scope = RT_SCOPE_NOWHERE,
142 .scope = RT_SCOPE_NOWHERE,
326 static unsigned int fib_info_hashfn_1(int init_val, u8 protocol, u8 scope, in fib_info_hashfn_1() argument
331 val ^= (protocol << 8) | scope; in fib_info_hashfn_1()
1100 u8 scope, struct netlink_ext_ack *extack) in fib_check_nh_v4_gw() argument
1109 if (scope >= RT_SCOPE_LINK) { in fib_check_nh_v4_gw()
1139 .flowi4_scope = scope + 1, in fib_check_nh_v4_gw()
1176 nh->fib_nh_scope = res.scope; in fib_check_nh_v4_gw()
1228 int fib_check_nh(struct net *net, struct fib_nh *nh, u32 table, u8 scope, in fib_check_nh() argument
1234 err = fib_check_nh_v4_gw(net, nh, table, scope, extack); in fib_check_nh()
1326 unsigned char scope) in fib_info_update_nhc_saddr() argument
1331 return inet_select_addr(nhc->nhc_dev, 0, scope); in fib_info_update_nhc_saddr()
1334 nh->nh_saddr = inet_select_addr(nh->fib_nh_dev, nh->fib_nh_gw4, scope); in fib_info_update_nhc_saddr()
1396 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()
1983 int scope = RT_SCOPE_NOWHERE; in fib_sync_down_dev() local
1990 scope = -1; in fib_sync_down_dev()
2005 nexthop_nh->fib_nh_scope != scope) { in fib_sync_down_dev()
2079 if (next_fi->fib_scope != res->scope || in fib_select_default()