Searched refs:fc_type (Results 1 – 9 of 9) sorted by relevance
| /Linux-v4.19/net/ipv4/ |
| D | fib_frontend.c | 508 cfg->fc_type = RTN_UNREACHABLE; in rtentry_to_fib_config() 513 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config() 678 cfg->fc_type = rtm->rtm_type; in rtm_to_fib_config() 686 if (cfg->fc_type > RTN_MAX) { in rtm_to_fib_config() 789 if (!err && cfg.fc_type == RTN_LOCAL) in inet_rtm_newroute() 859 .fc_type = type, in fib_magic()
|
| D | fib_semantics.c | 999 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc() 1037 if (cfg->fc_type > RTN_MAX) in fib_create_info() 1041 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info() 1102 fi->fib_type = cfg->fc_type; in fib_create_info() 1176 if (fib_props[cfg->fc_type].error) { in fib_create_info() 1184 switch (cfg->fc_type) { in fib_create_info()
|
| D | fib_trie.c | 1189 if (fa->fa_type == cfg->fc_type && in fib_table_insert() 1215 new_fa->fa_type = cfg->fc_type; in fib_table_insert() 1268 new_fa->fa_type = cfg->fc_type; in fib_table_insert() 1580 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) && in fib_table_delete()
|
| /Linux-v4.19/drivers/scsi/ibmvscsi/ |
| D | ibmvfc.h | 290 __be16 fc_type; member 335 __be16 fc_type; member
|
| D | ibmvfc.c | 393 enum ibmvfc_fc_type fc_type; member 395 } fc_type [] = { variable 417 for (i = 0; i < ARRAY_SIZE(fc_type); i++) in ibmvfc_get_fc_type() 418 if (fc_type[i].fc_type == status) in ibmvfc_get_fc_type() 419 return fc_type[i].name; in ibmvfc_get_fc_type() 3451 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), rsp->fc_type, in ibmvfc_tgt_plogi_done() 3835 rsp->status, rsp->error, ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), in ibmvfc_tgt_query_target_done() 3836 rsp->fc_type, ibmvfc_get_gs_explain(be16_to_cpu(rsp->fc_explain)), in ibmvfc_tgt_query_target_done()
|
| /Linux-v4.19/include/net/ |
| D | ip6_fib.h | 51 u16 fc_type; /* only 8 bits are used */ member
|
| D | ip_fib.h | 34 u8 fc_type; member
|
| /Linux-v4.19/net/ipv6/ |
| D | route.c | 2962 if (cfg->fc_type > RTN_MAX) { in ip6_route_info_create() 3073 rt->fib6_type = cfg->fc_type; in ip6_route_info_create() 3515 .fc_type = RTN_UNICAST, in rt6_add_route_info() 3572 .fc_type = RTN_UNICAST, in rt6_add_dflt_router() 3648 cfg->fc_type = rtmsg->rtmsg_type; in rtmsg_to_fib6_config() 4186 cfg->fc_type = rtm->rtm_type; in rtm_to_fib6_config()
|
| D | addrconf.c | 2331 .fc_type = RTN_UNICAST, in addrconf_prefix_route() 2395 .fc_type = RTN_UNICAST, in addrconf_add_mroute()
|