Searched refs:fc_type (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.c318 cfg->fc_type = RTN_UNREACHABLE;
323 cfg->fc_type = RTN_UNICAST;
478 cfg->fc_type = rtm->rtm_type;
485 if (cfg->fc_type > RTN_MAX) {
623 .fc_type = type,
H A Dfib_hash.c449 fa->fa_type = cfg->fc_type;
475 if (fa->fa_type == cfg->fc_type &&
507 new_fa->fa_type = cfg->fc_type;
577 if ((!cfg->fc_type ||
578 fa->fa_type == cfg->fc_type) &&
H A Dfib_semantics.c690 if (fib_props[cfg->fc_type].scope > cfg->fc_scope)
798 if (fib_props[cfg->fc_type].error) {
826 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst ||
H A Dfib_trie.c1218 new_fa->fa_type = cfg->fc_type;
1244 if (fa->fa_type == cfg->fc_type &&
1264 new_fa->fa_type = cfg->fc_type;
1613 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_fib.h28 u8 fc_type; member in struct:fib_config

Completed in 112 milliseconds