Home
last modified time | relevance | path

Searched refs:dscp_exception (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/wireless/
Dutil.c889 if (tmp_dscp == qos_map->dscp_exception[i].dscp) { in cfg80211_classify8021d()
890 ret = qos_map->dscp_exception[i].up; in cfg80211_classify8021d()
Dtrace.h205 __array(u8, dscp_exception, \
212 memcpy(__entry->dscp_exception, \
213 &(qos_map)->dscp_exception, \
219 memset(__entry->dscp_exception, 0, \
Dnl80211.c13865 memcpy(qos_map->dscp_exception, pos, des_len); in nl80211_set_qos_map()
13868 if (qos_map->dscp_exception[des].up > 7) { in nl80211_set_qos_map()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h3160 struct cfg80211_dscp_exception dscp_exception[IEEE80211_QOS_MAP_MAX_EX]; member