Searched refs:legacy (Results 1 – 17 of 17) sorted by relevance
/net/tipc/ |
D | discover.c | 200 bool legacy = tn->legacy_addr_format; in tipc_disc_rcv() local 246 if (!tipc_in_scope(legacy, dst, self)) in tipc_disc_rcv() 248 if (!tipc_in_scope(legacy, b->domain, src)) in tipc_disc_rcv()
|
D | name_table.c | 574 bool legacy = tn->legacy_addr_format; in tipc_nametbl_lookup_anycast() local 583 if (!tipc_in_scope(legacy, sk->node, self)) in tipc_nametbl_lookup_anycast() 600 } else if (legacy && !sk->node && !list_empty(&r->local_publ)) { in tipc_nametbl_lookup_anycast()
|
/net/tls/ |
D | Kconfig | 36 Enable kernel support for legacy HW offload of the TLS protocol,
|
/net/dsa/ |
D | Kconfig | 45 tristate "Tag driver for Broadcom legacy switches using in-frame headers" 49 Broadcom legacy switches which place the tag after the MAC source
|
/net/mac80211/ |
D | rc80211_minstrel_ht.c | 436 if (rate->legacy != minstrel_cck_bitrates[ mp->cck_rates[idx] ]) in minstrel_ht_ri_get_stats() 448 if (rate->legacy == minstrel_ofdm_bitrates[ mp->ofdm_rates[mi->band][idx] ]) in minstrel_ht_ri_get_stats() 1243 if (rate_status->rate_idx.legacy == in minstrel_ht_ri_txstat_valid() 1249 if (rate_status->rate_idx.legacy == in minstrel_ht_ri_txstat_valid()
|
D | airtime.c | 539 if (ri->legacy != sband->bitrates[i].bitrate) in ieee80211_fill_rate_info()
|
D | cfg.c | 843 rinfo->legacy = DIV_ROUND_UP(brate, 1 << shift); in sta_set_rate_info_tx() 1452 params->beacon_rate.control[i].legacy; in ieee80211_start_ap() 2505 setup->beacon_rate.control[i].legacy; in copy_mesh_setup() 3363 if (!(mask->control[band].legacy & basic_rates)) in ieee80211_set_bitrate_mask() 3377 sdata->rc_rateidx_mask[i] = mask->control[i].legacy; in ieee80211_set_bitrate_mask()
|
D | status.c | 332 legacy_rate = status_rate->rate_idx.legacy; in ieee80211_add_tx_radiotap_header()
|
D | trace.h | 1392 __entry->legacy_2g = mask->control[NL80211_BAND_2GHZ].legacy; 1393 __entry->legacy_5g = mask->control[NL80211_BAND_5GHZ].legacy;
|
D | sta_info.c | 2461 rinfo->legacy = DIV_ROUND_UP(brate, 1 << shift); in sta_stats_decode_rate()
|
D | util.c | 4303 ri.legacy = DIV_ROUND_UP(bitrate, (1 << shift)); in ieee80211_calculate_rx_timestamp()
|
/net/ipv6/ |
D | seg6_local.c | 1217 bool legacy, vrfmode; in seg6_end_dt6_parse_mode() local 1219 legacy = !!(parsed_optattrs & SEG6_F_ATTR(SEG6_LOCAL_TABLE)); in seg6_end_dt6_parse_mode() 1222 if (!(legacy ^ vrfmode)) in seg6_end_dt6_parse_mode() 1226 return legacy ? DT_LEGACY_MODE : DT_VRF_MODE; in seg6_end_dt6_parse_mode()
|
/net/bluetooth/ |
D | Kconfig | 146 legacy SMP as well as the Secure Connections features.
|
/net/wireless/ |
D | wext-compat.c | 1302 mask.control[band].legacy = 1 << ridx; in cfg80211_wext_siwrate() 1307 mask.control[band].legacy |= 1 << ridx; in cfg80211_wext_siwrate()
|
D | util.c | 1780 return rate->legacy; in cfg80211_calculate_bitrate()
|
D | nl80211.c | 5209 mask->control[i].legacy = (1 << sband->n_bitrates) - 1; in nl80211_parse_tx_bitrate_mask() 5254 mask->control[band].legacy = rateset_to_mask( in nl80211_parse_tx_bitrate_mask() 5258 if ((mask->control[band].legacy == 0) && in nl80211_parse_tx_bitrate_mask() 5299 if (mask->control[band].legacy == 0) { in nl80211_parse_tx_bitrate_mask() 5334 u32 rate = beacon_rate->control[band].legacy; in validate_beacon_tx_rate()
|
/net/ |
D | Kconfig | 286 legacy drivers.
|