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,
328 static unsigned int fib_info_hashfn_1(int init_val, u8 protocol, u8 scope, in fib_info_hashfn_1() argument
333 val ^= (protocol << 8) | scope; in fib_info_hashfn_1()
1055 u8 scope, struct netlink_ext_ack *extack) in fib_check_nh_v4_gw() argument
1064 if (scope >= RT_SCOPE_LINK) { in fib_check_nh_v4_gw()
1094 .flowi4_scope = scope + 1, in fib_check_nh_v4_gw()
1131 nh->fib_nh_scope = res.scope; in fib_check_nh_v4_gw()
1183 int fib_check_nh(struct net *net, struct fib_nh *nh, u32 table, u8 scope, in fib_check_nh() argument
1189 err = fib_check_nh_v4_gw(net, nh, table, scope, extack); in fib_check_nh()
1281 unsigned char scope) in fib_info_update_nhc_saddr() argument
1286 return inet_select_addr(nhc->nhc_dev, 0, scope); in fib_info_update_nhc_saddr()
1289 nh->nh_saddr = inet_select_addr(nh->fib_nh_dev, nh->fib_nh_gw4, scope); in fib_info_update_nhc_saddr()
1351 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()
1925 int scope = RT_SCOPE_NOWHERE; in fib_sync_down_dev() local
1932 scope = -1; in fib_sync_down_dev()
1947 nexthop_nh->fib_nh_scope != scope) { in fib_sync_down_dev()
2021 if (next_fi->fib_scope != res->scope || in fib_select_default()