Searched refs:fc_scope (Results 1 – 3 of 3) sorted by relevance
425 cfg->fc_protocol, cfg->fc_scope, in fib_find_info_nh()436 cfg->fc_scope == fi->fib_scope && in fib_find_info_nh()1363 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()1416 fi->fib_scope = cfg->fc_scope; in fib_create_info()1468 if (cfg->fc_scope > RT_SCOPE_HOST) { in fib_create_info()1474 err = fib_check_nexthop(fi->nh, cfg->fc_scope, extack); in fib_create_info()1477 } else if (cfg->fc_scope == RT_SCOPE_HOST) { in fib_create_info()1503 cfg->fc_table, cfg->fc_scope, in fib_create_info()
1723 (cfg->fc_scope == RT_SCOPE_NOWHERE || in fib_table_delete()1724 fa->fa_info->fib_scope == cfg->fc_scope) && in fib_table_delete()
32 u8 fc_scope; member