Searched refs:fa_type (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_lookup.h13 u8 fa_type; member in struct:fib_alias
H A Dfib_hash.c305 fa->fa_type != RTN_UNICAST)
449 fa->fa_type = cfg->fc_type;
475 if (fa->fa_type == cfg->fc_type &&
507 new_fa->fa_type = cfg->fc_type;
578 fa->fa_type == cfg->fc_type) &&
695 fa->fa_type,
1014 flags = fib_flag_trans(fa->fa_type, mask, fi);
H A Dfib_semantics.c316 fa->fa_type, fa->fa_scope, key, dst_len,
896 err = fib_props[fa->fa_type].error;
903 switch (fa->fa_type) {
940 res->type = fa->fa_type;
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) &&
1808 fa->fa_type != RTN_UNICAST)
1882 fa->fa_type,
2351 rtn_type(fa->fa_type));
2455 unsigned flags = fib_flag_trans(fa->fa_type, mask, fi);
2457 if (fa->fa_type == RTN_BROADCAST
2458 || fa->fa_type
[all...]

Completed in 38 milliseconds