Home
last modified time | relevance | path

Searched refs:legacy (Results 1 – 15 of 15) sorted by relevance

/net/tipc/
Ddiscover.c200 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()
Dname_table.c574 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/
DKconfig36 Enable kernel support for legacy HW offload of the TLS protocol,
/net/dsa/
DKconfig39 tristate "Tag driver for Broadcom legacy switches using in-frame headers"
43 Broadcom legacy switches which place the tag after the MAC source
/net/ipv6/
Dseg6_local.c703 bool legacy, vrfmode; in seg6_end_dt6_parse_mode() local
705 legacy = !!(parsed_optattrs & SEG6_F_ATTR(SEG6_LOCAL_TABLE)); in seg6_end_dt6_parse_mode()
708 if (!(legacy ^ vrfmode)) in seg6_end_dt6_parse_mode()
712 return legacy ? DT_LEGACY_MODE : DT_VRF_MODE; in seg6_end_dt6_parse_mode()
/net/bluetooth/
DKconfig142 legacy SMP as well as the Secure Connections features.
/net/wireless/
Dwext-compat.c1284 mask.control[band].legacy = 1 << ridx; in cfg80211_wext_siwrate()
1289 mask.control[band].legacy |= 1 << ridx; in cfg80211_wext_siwrate()
Dutil.c1587 return rate->legacy; in cfg80211_calculate_bitrate()
Dnl80211.c5137 mask->control[i].legacy = (1 << sband->n_bitrates) - 1; in nl80211_parse_tx_bitrate_mask()
5182 mask->control[band].legacy = rateset_to_mask( in nl80211_parse_tx_bitrate_mask()
5186 if ((mask->control[band].legacy == 0) && in nl80211_parse_tx_bitrate_mask()
5227 if (mask->control[band].legacy == 0) { in nl80211_parse_tx_bitrate_mask()
5262 u32 rate = beacon_rate->control[band].legacy; in validate_beacon_tx_rate()
/net/mac80211/
Dcfg.c738 rinfo->legacy = DIV_ROUND_UP(brate, 1 << shift); in sta_set_rate_info_tx()
1218 params->beacon_rate.control[i].legacy; in ieee80211_start_ap()
2198 setup->beacon_rate.control[i].legacy; in copy_mesh_setup()
3030 if (!(mask->control[band].legacy & basic_rates)) in ieee80211_set_bitrate_mask()
3044 sdata->rc_rateidx_mask[i] = mask->control[i].legacy; in ieee80211_set_bitrate_mask()
Dairtime.c542 if (ri->legacy != sband->bitrates[i].bitrate) in ieee80211_fill_rate_info()
Dstatus.c326 legacy_rate = status->rate->legacy; in ieee80211_add_tx_radiotap_header()
Dtrace.h1346 __entry->legacy_2g = mask->control[NL80211_BAND_2GHZ].legacy;
1347 __entry->legacy_5g = mask->control[NL80211_BAND_5GHZ].legacy;
Dsta_info.c2191 rinfo->legacy = DIV_ROUND_UP(brate, 1 << shift); in sta_stats_decode_rate()
Dutil.c3823 ri.legacy = DIV_ROUND_UP(bitrate, (1 << shift)); in ieee80211_calculate_rx_timestamp()