Searched refs:fc_scope (Results 1 – 4 of 4) sorted by relevance
507 cfg->fc_scope = RT_SCOPE_HOST; in rtentry_to_fib_config()512 cfg->fc_scope = RT_SCOPE_NOWHERE; in rtentry_to_fib_config()555 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()564 if (cfg->fc_scope == RT_SCOPE_NOWHERE) in rtentry_to_fib_config()565 cfg->fc_scope = RT_SCOPE_LINK; in rtentry_to_fib_config()677 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()881 cfg.fc_scope = RT_SCOPE_LINK; in fib_magic()883 cfg.fc_scope = RT_SCOPE_HOST; in fib_magic()
794 if (cfg->fc_scope >= RT_SCOPE_LINK) { in fib_check_nh()825 .flowi4_scope = cfg->fc_scope + 1, in fib_check_nh()1041 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()1098 fi->fib_scope = cfg->fc_scope; in fib_create_info()1197 if (cfg->fc_scope > RT_SCOPE_HOST) { in fib_create_info()1202 if (cfg->fc_scope == RT_SCOPE_HOST) { in fib_create_info()
1581 (cfg->fc_scope == RT_SCOPE_NOWHERE || in fib_table_delete()1582 fa->fa_info->fib_scope == cfg->fc_scope) && in fib_table_delete()
33 u8 fc_scope; member