Lines Matching full:dscp
7 #include <net/dscp.h>
159 * ietf_dscp_to_ieee8021q_tt - Map IETF DSCP to IEEE 802.1Q Traffic Type
160 * @dscp: IETF DSCP value
162 * This function maps an IETF DSCP value to an IEEE 802.1Q Traffic Type (TT).
163 * Since there is no corresponding mapping between DSCP and IEEE 802.1Q Traffic
165 * the mapping between DSCP and 802.11 User Priority (UP) values.
167 * Return: IEEE 802.1Q Traffic Type corresponding to the given DSCP value
169 int ietf_dscp_to_ieee8021q_tt(u8 dscp) in ietf_dscp_to_ieee8021q_tt() argument
171 switch (dscp) { in ietf_dscp_to_ieee8021q_tt()
199 * between DSCP and 802.11 User Priority (UP) values. The mapping in ietf_dscp_to_ieee8021q_tt()
210 * with DSCP CS1. The Low-Priority Data service class loosely in ietf_dscp_to_ieee8021q_tt()
240 return SIMPLE_IETF_DSCP_TO_IEEE8021Q_TT(dscp); in ietf_dscp_to_ieee8021q_tt()