Searched refs:fc_scope (Results 1 – 4 of 4) sorted by relevance
519 cfg->fc_scope = RT_SCOPE_HOST; in rtentry_to_fib_config()524 cfg->fc_scope = RT_SCOPE_NOWHERE; in rtentry_to_fib_config()576 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()585 if (cfg->fc_scope == RT_SCOPE_NOWHERE) in rtentry_to_fib_config()586 cfg->fc_scope = RT_SCOPE_LINK; in rtentry_to_fib_config()753 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()1096 cfg.fc_scope = RT_SCOPE_LINK; in fib_magic()1098 cfg.fc_scope = RT_SCOPE_HOST; in fib_magic()
384 cfg->fc_protocol, cfg->fc_scope, in fib_find_info_nh()396 cfg->fc_scope == fi->fib_scope && in fib_find_info_nh()1394 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()1467 fi->fib_scope = cfg->fc_scope; in fib_create_info()1519 if (cfg->fc_scope > RT_SCOPE_HOST) { in fib_create_info()1525 err = fib_check_nexthop(fi->nh, cfg->fc_scope, extack); in fib_create_info()1528 } else if (cfg->fc_scope == RT_SCOPE_HOST) { in fib_create_info()1554 cfg->fc_table, cfg->fc_scope, in fib_create_info()
1749 (cfg->fc_scope == RT_SCOPE_NOWHERE || in fib_table_delete()1750 fa->fa_info->fib_scope == cfg->fc_scope) && in fib_table_delete()
30 u8 fc_scope; member