Home
last modified time | relevance | path

Searched refs:fc_scope (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Dfib_frontend.c527 cfg->fc_scope = RT_SCOPE_HOST; in rtentry_to_fib_config()
532 cfg->fc_scope = RT_SCOPE_NOWHERE; in rtentry_to_fib_config()
582 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()
594 if (cfg->fc_scope == RT_SCOPE_NOWHERE) in rtentry_to_fib_config()
595 cfg->fc_scope = RT_SCOPE_LINK; in rtentry_to_fib_config()
762 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()
1128 cfg.fc_scope = RT_SCOPE_LINK; in fib_magic()
1130 cfg.fc_scope = RT_SCOPE_HOST; in fib_magic()
H A Dfib_trie.c1723 (cfg->fc_scope == RT_SCOPE_NOWHERE || in fib_table_delete()
1724 fa->fa_info->fib_scope == cfg->fc_scope) && in fib_table_delete()
/linux/include/net/
H A Dip_fib.h32 u8 fc_scope; member