Searched refs:fc_scope (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_frontend.c394 cfg->fc_scope = RT_SCOPE_HOST;
399 cfg->fc_scope = RT_SCOPE_NOWHERE;
438 cfg->fc_scope = RT_SCOPE_UNIVERSE;
447 if (cfg->fc_scope == RT_SCOPE_NOWHERE)
448 cfg->fc_scope = RT_SCOPE_LINK;
552 cfg->fc_scope = rtm->rtm_scope;
724 cfg.fc_scope = RT_SCOPE_LINK;
726 cfg.fc_scope = RT_SCOPE_HOST;
H A Dfib_hash.c446 fa->fa_scope == cfg->fc_scope &&
467 fa->fa_scope = cfg->fc_scope;
518 new_fa->fa_scope = cfg->fc_scope;
588 (cfg->fc_scope == RT_SCOPE_NOWHERE ||
589 fa->fa_scope == cfg->fc_scope) &&
H A Dfib_semantics.c535 if (cfg->fc_scope >= RT_SCOPE_LINK)
553 .scope = cfg->fc_scope + 1,
693 if (fib_props[cfg->fc_type].scope > cfg->fc_scope)
793 if (cfg->fc_scope > RT_SCOPE_HOST)
796 if (cfg->fc_scope == RT_SCOPE_HOST) {
H A Dfib_trie.c1255 fa->fa_scope == cfg->fc_scope &&
1281 new_fa->fa_scope = cfg->fc_scope;
1318 new_fa->fa_scope = cfg->fc_scope;
1646 (cfg->fc_scope == RT_SCOPE_NOWHERE ||
1647 fa->fa_scope == cfg->fc_scope) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip_fib.h27 u8 fc_scope; member in struct:fib_config

Completed in 57 milliseconds