Searched refs:fc_type (Results 1 - 7 of 7) 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.c395 cfg->fc_type = RTN_UNREACHABLE;
400 cfg->fc_type = RTN_UNICAST;
553 cfg->fc_type = rtm->rtm_type;
561 if (cfg->fc_type > RTN_MAX) {
702 .fc_type = type,
H A Dfib_hash.c445 if (fa->fa_type == cfg->fc_type &&
466 fa->fa_type = cfg->fc_type;
517 new_fa->fa_type = cfg->fc_type;
586 if ((!cfg->fc_type ||
587 fa->fa_type == cfg->fc_type) &&
H A Dfib_semantics.c693 if (fib_props[cfg->fc_type].scope > cfg->fc_scope)
787 if (fib_props[cfg->fc_type].error) {
815 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst ||
H A Dfib_trie.c1254 if (fa->fa_type == cfg->fc_type &&
1280 new_fa->fa_type = cfg->fc_type;
1317 new_fa->fa_type = cfg->fc_type;
1645 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip_fib.h28 u8 fc_type; member in struct:fib_config
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvfc.h289 u16 fc_type; member in struct:ibmvfc_port_login
334 u16 fc_type; member in struct:ibmvfc_query_tgt
H A Dibmvfc.c394 enum ibmvfc_fc_type fc_type; member in struct:__anon14512
396 } fc_type [] = { variable in typeref:struct:__anon14512
418 for (i = 0; i < ARRAY_SIZE(fc_type); i++)
419 if (fc_type[i].fc_type == status)
420 return fc_type[i].name;
3383 ibmvfc_get_fc_type(rsp->fc_type), rsp->fc_type,
3770 ibmvfc_get_fc_type(rsp->fc_type), rsp->fc_type,
[all...]

Completed in 97 milliseconds