Searched refs:tmp_dscp (Results 1 – 1 of 1) sorted by relevance
1019 unsigned int i, tmp_dscp = dscp >> 2; in cfg80211_classify8021d() local 1022 if (tmp_dscp == qos_map->dscp_exception[i].dscp) { in cfg80211_classify8021d() 1029 if (tmp_dscp >= qos_map->up[i].low && in cfg80211_classify8021d() 1030 tmp_dscp <= qos_map->up[i].high) { in cfg80211_classify8021d()