Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dfib_frontend.c522 cfg->fc_scope = RT_SCOPE_HOST; in rtentry_to_fib_config()
527 cfg->fc_scope = RT_SCOPE_NOWHERE; in rtentry_to_fib_config()
579 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()
588 if (cfg->fc_scope == RT_SCOPE_NOWHERE) in rtentry_to_fib_config()
589 cfg->fc_scope = RT_SCOPE_LINK; in rtentry_to_fib_config()
748 cfg->fc_scope = rtm->rtm_scope; in rtm_to_fib_config()
1087 cfg.fc_scope = RT_SCOPE_LINK; in fib_magic()
1089 cfg.fc_scope = RT_SCOPE_HOST; in fib_magic()
Dfib_semantics.c375 cfg->fc_protocol, cfg->fc_scope, in fib_find_info_nh()
387 cfg->fc_scope == fi->fib_scope && in fib_find_info_nh()
1351 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()
1423 fi->fib_scope = cfg->fc_scope; in fib_create_info()
1475 if (cfg->fc_scope > RT_SCOPE_HOST) { in fib_create_info()
1481 err = fib_check_nexthop(fi->nh, cfg->fc_scope, extack); in fib_create_info()
1484 } else if (cfg->fc_scope == RT_SCOPE_HOST) { in fib_create_info()
1508 cfg->fc_table, cfg->fc_scope, in fib_create_info()
Dfib_trie.c1583 (cfg->fc_scope == RT_SCOPE_NOWHERE || in fib_table_delete()
1584 fa->fa_info->fib_scope == cfg->fc_scope) && in fib_table_delete()
/Linux-v5.4/include/net/
Dip_fib.h29 u8 fc_scope; member