TCA_MPLS_TC
[TCA_MPLS_TC] = NLA_POLICY_RANGE(NLA_U8, 0, 7),
if (tb[TCA_MPLS_LABEL] || tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] ||
tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || tb[TCA_MPLS_BOS]) {
p->tcfm_tc = nla_get_u8_default(tb[TCA_MPLS_TC], ACT_MPLS_TC_NOT_SET);
nla_put_u8(skb, TCA_MPLS_TC, p->tcfm_tc))