Home
last modified time | relevance | path

Searched refs:fc_type (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/net/ipv4/
Dfib_frontend.c523 cfg->fc_type = RTN_UNREACHABLE; in rtentry_to_fib_config()
528 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config()
749 cfg->fc_type = rtm->rtm_type; in rtm_to_fib_config()
757 if (cfg->fc_type > RTN_MAX) { in rtm_to_fib_config()
893 if (!err && cfg.fc_type == RTN_LOCAL) in inet_rtm_newroute()
1065 .fc_type = type, in fib_magic()
Dfib_semantics.c390 cfg->fc_type == fi->fib_type && in fib_find_info_nh()
1315 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc()
1347 if (cfg->fc_type > RTN_MAX) in fib_create_info()
1351 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info()
1427 fi->fib_type = cfg->fc_type; in fib_create_info()
1454 if (fib_props[cfg->fc_type].error) { in fib_create_info()
1462 switch (cfg->fc_type) { in fib_create_info()
Dfib_trie.c1185 if (fa->fa_type == cfg->fc_type && in fib_table_insert()
1211 new_fa->fa_type = cfg->fc_type; in fib_table_insert()
1264 new_fa->fa_type = cfg->fc_type; in fib_table_insert()
1582 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) && in fib_table_delete()
/Linux-v5.4/drivers/scsi/ibmvscsi/
Dibmvfc.h281 __be16 fc_type; member
326 __be16 fc_type; member
Dibmvfc.c380 enum ibmvfc_fc_type fc_type; member
382 } fc_type [] = { variable
404 for (i = 0; i < ARRAY_SIZE(fc_type); i++) in ibmvfc_get_fc_type()
405 if (fc_type[i].fc_type == status) in ibmvfc_get_fc_type()
406 return fc_type[i].name; in ibmvfc_get_fc_type()
3442 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_plogi_done()
3827 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_query_target_done()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c316 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local
334 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7615_mac_write_txwi()
365 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7615_mac_write_txwi()
440 txwi[7] = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt7615_mac_write_txwi()
/Linux-v5.4/include/net/
Dip6_fib.h48 u16 fc_type; /* only 8 bits are used */ member
Dip_fib.h30 u8 fc_type; member
/Linux-v5.4/net/ipv6/
Droute.c3563 if (cfg->fc_type > RTN_MAX) { in ip6_route_info_create()
3638 rt->fib6_type = cfg->fc_type ? : RTN_UNICAST; in ip6_route_info_create()
4137 .fc_type = RTN_UNICAST, in rt6_add_route_info()
4201 .fc_type = RTN_UNICAST, in rt6_add_dflt_router()
4276 .fc_type = rtmsg->rtmsg_type, in rtmsg_to_fib6_config()
4406 cfg.fc_type = RTN_ANYCAST; in addrconf_f6i_alloc()
4409 cfg.fc_type = RTN_LOCAL; in addrconf_f6i_alloc()
4854 .fc_type = rtm->rtm_type, in rtm_to_fib6_config()
Daddrconf.c2382 .fc_type = RTN_UNICAST, in addrconf_prefix_route()
2453 .fc_type = RTN_UNICAST, in addrconf_add_mroute()