Searched refs:fc_type (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/net/ipv4/ |
D | fib_frontend.c | 515 cfg->fc_type = RTN_UNREACHABLE; in rtentry_to_fib_config() 520 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config() 741 cfg->fc_type = rtm->rtm_type; in rtm_to_fib_config() 749 if (cfg->fc_type > RTN_MAX) { in rtm_to_fib_config() 885 if (!err && cfg.fc_type == RTN_LOCAL) in inet_rtm_newroute() 1058 .fc_type = type, in fib_magic()
|
D | fib_semantics.c | 390 cfg->fc_type == fi->fib_type && in fib_find_info_nh() 1324 if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst || in fib_valid_prefsrc() 1356 if (cfg->fc_type > RTN_MAX) in fib_create_info() 1360 if (fib_props[cfg->fc_type].scope > cfg->fc_scope) { in fib_create_info() 1436 fi->fib_type = cfg->fc_type; in fib_create_info() 1463 if (fib_props[cfg->fc_type].error) { in fib_create_info() 1471 switch (cfg->fc_type) { in fib_create_info()
|
D | fib_trie.c | 1232 if (fa->fa_type == cfg->fc_type && in fib_table_insert() 1258 new_fa->fa_type = cfg->fc_type; in fib_table_insert() 1319 new_fa->fa_type = cfg->fc_type; in fib_table_insert() 1696 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) && in fib_table_delete()
|
/Linux-v5.10/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 292 __be16 fc_type; member 357 __be16 fc_type; member
|
D | ibmvfc.c | 382 enum ibmvfc_fc_type fc_type; member 384 } fc_type [] = { variable 406 for (i = 0; i < ARRAY_SIZE(fc_type); i++) in ibmvfc_get_fc_type() 407 if (fc_type[i].fc_type == status) in ibmvfc_get_fc_type() 408 return fc_type[i].name; in ibmvfc_get_fc_type() 3518 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_plogi_done() 4067 ibmvfc_get_fc_type(be16_to_cpu(rsp->fc_type)), be16_to_cpu(rsp->fc_type), in ibmvfc_tgt_query_target_done()
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mac.c | 576 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7915_mac_write_txwi() local 592 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7915_mac_write_txwi() 643 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7915_mac_write_txwi() 684 val = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt7915_mac_write_txwi()
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mac.c | 533 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local 562 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7615_mac_write_txwi() 593 val = FIELD_PREP(MT_TXD2_FRAME_TYPE, fc_type) | in mt7615_mac_write_txwi() 675 txwi[7] = FIELD_PREP(MT_TXD7_TYPE, fc_type) | in mt7615_mac_write_txwi() 679 txwi[8] = FIELD_PREP(MT_TXD8_L_TYPE, fc_type) | in mt7615_mac_write_txwi()
|
/Linux-v5.10/include/net/ |
D | ip6_fib.h | 49 u16 fc_type; /* only 8 bits are used */ member
|
D | ip_fib.h | 30 u8 fc_type; member
|
/Linux-v5.10/net/ipv6/ |
D | route.c | 3604 if (cfg->fc_type > RTN_MAX) { in ip6_route_info_create() 3679 rt->fib6_type = cfg->fc_type ? : RTN_UNICAST; in ip6_route_info_create() 4200 .fc_type = RTN_UNICAST, in rt6_add_route_info() 4264 .fc_type = RTN_UNICAST, in rt6_add_dflt_router() 4339 .fc_type = rtmsg->rtmsg_type, in rtmsg_to_fib6_config() 4457 cfg.fc_type = RTN_ANYCAST; in addrconf_f6i_alloc() 4460 cfg.fc_type = RTN_LOCAL; in addrconf_f6i_alloc() 4905 .fc_type = rtm->rtm_type, in rtm_to_fib6_config()
|
D | addrconf.c | 2398 .fc_type = RTN_UNICAST, in addrconf_prefix_route() 2469 .fc_type = RTN_UNICAST, in addrconf_add_mroute()
|