Home
last modified time | relevance | path

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

/Linux-v4.19/net/wireless/
Dutil.c758 unsigned int i, tmp_dscp = dscp >> 2; in cfg80211_classify8021d() local
761 if (tmp_dscp == qos_map->dscp_exception[i].dscp) in cfg80211_classify8021d()
766 if (tmp_dscp >= qos_map->up[i].low && in cfg80211_classify8021d()
767 tmp_dscp <= qos_map->up[i].high) in cfg80211_classify8021d()