Searched refs:legacy (Results 1 – 15 of 15) 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 | 39 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/ |
D | seg6_local.c | 703 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/ |
D | Kconfig | 142 legacy SMP as well as the Secure Connections features.
|
/net/wireless/ |
D | wext-compat.c | 1284 mask.control[band].legacy = 1 << ridx; in cfg80211_wext_siwrate() 1289 mask.control[band].legacy |= 1 << ridx; in cfg80211_wext_siwrate()
|
D | util.c | 1587 return rate->legacy; in cfg80211_calculate_bitrate()
|
D | nl80211.c | 5137 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/ |
D | cfg.c | 738 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()
|
D | airtime.c | 542 if (ri->legacy != sband->bitrates[i].bitrate) in ieee80211_fill_rate_info()
|
D | status.c | 326 legacy_rate = status->rate->legacy; in ieee80211_add_tx_radiotap_header()
|
D | trace.h | 1346 __entry->legacy_2g = mask->control[NL80211_BAND_2GHZ].legacy; 1347 __entry->legacy_5g = mask->control[NL80211_BAND_5GHZ].legacy;
|
D | sta_info.c | 2191 rinfo->legacy = DIV_ROUND_UP(brate, 1 << shift); in sta_stats_decode_rate()
|
D | util.c | 3823 ri.legacy = DIV_ROUND_UP(bitrate, (1 << shift)); in ieee80211_calculate_rx_timestamp()
|