Lines Matching full:traffic
10 /* verify that table covers all 8 traffic types */
15 /* The following arrays map Traffic Types (TT) to traffic classes (TC) for
17 * IEEE 802.1Q-2022 in Annex I "I.3 Traffic type to traffic class mapping" and
18 * Table I-1 "Traffic type to traffic class mapping".
87 * ieee8021q_tt_to_tc - Map IEEE 802.1Q Traffic Type to Traffic Class
88 * @tt: IEEE 802.1Q Traffic Type
91 * This function maps an IEEE 802.1Q Traffic Type to a Traffic Class (TC) based
93 * example provided by IEEE 802.1Q-2022 in Annex I "I.3 Traffic type to traffic
94 * class mapping" and Table I-1 "Traffic type to traffic class mapping".
96 * Return: Traffic Class corresponding to the given Traffic Type or negative
102 pr_err("Requested Traffic Type (%d) is out of range (%d)\n", tt, in ieee8021q_tt_to_tc()
141 * ietf_dscp_to_ieee8021q_tt - Map IETF DSCP to IEEE 802.1Q Traffic Type
144 * This function maps an IETF DSCP value to an IEEE 802.1Q Traffic Type (TT).
145 * Since there is no corresponding mapping between DSCP and IEEE 802.1Q Traffic
149 * Return: IEEE 802.1Q Traffic Type corresponding to the given DSCP value
182 * between UP and IEEE 802.1Q Traffic Type is not defined in the RFC but in ietf_dscp_to_ieee8021q_tt()
184 * Traffic Types BE and BK. in ietf_dscp_to_ieee8021q_tt()