Searched refs:fc_type (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | fib_semantics.c | 768 if (cfg->fc_type > RTN_MAX) in fib_create_info() 772 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) in fib_create_info() 822 fi->fib_type = cfg->fc_type; in fib_create_info() 895 if (fib_props[cfg->fc_type].error) { in fib_create_info() 900 switch (cfg->fc_type) { in fib_create_info() 935 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_create_info()
|
D | fib_trie.c | 1138 if (fa->fa_type == cfg->fc_type && in fib_table_insert() 1163 new_fa->fa_type = cfg->fc_type; in fib_table_insert() 1171 cfg->fc_type, in fib_table_insert() 1213 new_fa->fa_type = cfg->fc_type; in fib_table_insert() 1220 cfg->fc_type, in fib_table_insert() 1243 netdev_switch_fib_ipv4_del(key, plen, fi, tos, cfg->fc_type, tb->tb_id); in fib_table_insert() 1505 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) && in fib_table_delete() 1522 cfg->fc_type, tb->tb_id); in fib_table_delete()
|
D | fib_frontend.c | 457 cfg->fc_type = RTN_UNREACHABLE; in rtentry_to_fib_config() 462 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config() 615 cfg->fc_type = rtm->rtm_type; in rtm_to_fib_config() 623 if (cfg->fc_type > RTN_MAX) { in rtm_to_fib_config() 766 .fc_type = type, in fib_magic()
|
/linux-4.1.27/include/net/ |
D | ip6_fib.h | 40 u32 fc_type; /* only 8 bits are used */ member
|
D | ip_fib.h | 31 u8 fc_type; member
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 289 __be16 fc_type; member 334 __be16 fc_type; member
|
D | ibmvfc.c | 388 enum ibmvfc_fc_type fc_type; member 390 } fc_type [] = { variable 412 for (i = 0; i < ARRAY_SIZE(fc_type); i++) in ibmvfc_get_fc_type() 413 if (fc_type[i].fc_type == status) in ibmvfc_get_fc_type() 414 return fc_type[i].name; in ibmvfc_get_fc_type() 3441 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), rsp->fc_type, in ibmvfc_tgt_plogi_done() 3828 rsp->status, rsp->error, ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), in ibmvfc_tgt_query_target_done() 3829 rsp->fc_type, ibmvfc_get_gs_explain(be16_to_cpu(rsp->fc_explain)), in ibmvfc_tgt_query_target_done()
|
/linux-4.1.27/net/ipv6/ |
D | route.c | 1624 switch (cfg->fc_type) { in ip6_route_info_create() 1637 rt->dst.error = (cfg->fc_type == RTN_THROW) ? -EAGAIN in ip6_route_info_create() 2447 cfg->fc_type = rtm->rtm_type; in rtm_to_fib6_config()
|