Searched refs:fc_scope (Results 1 – 4 of 4) sorted by relevance
487 cfg->fc_scope = RT_SCOPE_HOST; in rtentry_to_fib_config()492 cfg->fc_scope = RT_SCOPE_NOWHERE; in rtentry_to_fib_config()534 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()543 if (cfg->fc_scope == RT_SCOPE_NOWHERE) in rtentry_to_fib_config()544 cfg->fc_scope = RT_SCOPE_LINK; in rtentry_to_fib_config()650 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()830 cfg.fc_scope = RT_SCOPE_LINK; in fib_magic()832 cfg.fc_scope = RT_SCOPE_HOST; in fib_magic()
738 if (cfg->fc_scope >= RT_SCOPE_LINK) in fib_check_nh()760 .flowi4_scope = cfg->fc_scope + 1, in fib_check_nh()1003 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) in fib_create_info()1049 fi->fib_scope = cfg->fc_scope; in fib_create_info()1132 if (cfg->fc_scope > RT_SCOPE_HOST) in fib_create_info()1135 if (cfg->fc_scope == RT_SCOPE_HOST) { in fib_create_info()
1528 (cfg->fc_scope == RT_SCOPE_NOWHERE || in fib_table_delete()1529 fa->fa_info->fib_scope == cfg->fc_scope) && in fib_table_delete()
30 u8 fc_scope; member