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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_frontend.c317 cfg->fc_scope = RT_SCOPE_HOST;
322 cfg->fc_scope = RT_SCOPE_NOWHERE;
361 cfg->fc_scope = RT_SCOPE_UNIVERSE;
370 if (cfg->fc_scope == RT_SCOPE_NOWHERE)
371 cfg->fc_scope = RT_SCOPE_LINK;
477 cfg->fc_scope = rtm->rtm_scope;
642 cfg.fc_scope = RT_SCOPE_LINK;
644 cfg.fc_scope = RT_SCOPE_HOST;
H A Dfib_hash.c450 fa->fa_scope = cfg->fc_scope;
476 fa->fa_scope == cfg->fc_scope &&
508 new_fa->fa_scope = cfg->fc_scope;
579 (cfg->fc_scope == RT_SCOPE_NOWHERE ||
580 fa->fa_scope == cfg->fc_scope) &&
H A Dfib_semantics.c533 if (cfg->fc_scope >= RT_SCOPE_LINK)
551 .scope = cfg->fc_scope + 1,
690 if (fib_props[cfg->fc_type].scope > cfg->fc_scope)
804 if (cfg->fc_scope > RT_SCOPE_HOST)
807 if (cfg->fc_scope == RT_SCOPE_HOST) {
H A Dfib_trie.c1219 new_fa->fa_scope = cfg->fc_scope;
1245 fa->fa_scope == cfg->fc_scope &&
1265 new_fa->fa_scope = cfg->fc_scope;
1614 (cfg->fc_scope == RT_SCOPE_NOWHERE ||
1615 fa->fa_scope == cfg->fc_scope) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_fib.h27 u8 fc_scope; member in struct:fib_config

Completed in 59 milliseconds