Searched refs:fc_scope (Results 1 – 4 of 4) sorted by relevance
456 cfg->fc_scope = RT_SCOPE_HOST; in rtentry_to_fib_config()461 cfg->fc_scope = RT_SCOPE_NOWHERE; in rtentry_to_fib_config()500 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()509 if (cfg->fc_scope == RT_SCOPE_NOWHERE) in rtentry_to_fib_config()510 cfg->fc_scope = RT_SCOPE_LINK; in rtentry_to_fib_config()614 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()788 cfg.fc_scope = RT_SCOPE_LINK; in fib_magic()790 cfg.fc_scope = RT_SCOPE_HOST; in fib_magic()
598 if (cfg->fc_scope >= RT_SCOPE_LINK) in fib_check_nh()616 .flowi4_scope = cfg->fc_scope + 1, in fib_check_nh()772 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) in fib_create_info()818 fi->fib_scope = cfg->fc_scope; in fib_create_info()912 if (cfg->fc_scope > RT_SCOPE_HOST) in fib_create_info()915 if (cfg->fc_scope == RT_SCOPE_HOST) { in fib_create_info()
1506 (cfg->fc_scope == RT_SCOPE_NOWHERE || in fib_table_delete()1507 fa->fa_info->fib_scope == cfg->fc_scope) && in fib_table_delete()
30 u8 fc_scope; member