tcfm_tc            13 include/net/tc_act/tc_mpls.h 	u8 tcfm_tc;
tcfm_tc            74 include/net/tc_act/tc_mpls.h 	u8 tcfm_tc;
tcfm_tc            77 include/net/tc_act/tc_mpls.h 	tcfm_tc = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_tc;
tcfm_tc            80 include/net/tc_act/tc_mpls.h 	return tcfm_tc;
tcfm_tc            39 net/sched/act_mpls.c 	if (p->tcfm_tc != ACT_MPLS_TC_NOT_SET) {
tcfm_tc            41 net/sched/act_mpls.c 		new_lse |= p->tcfm_tc << MPLS_LS_TC_SHIFT;
tcfm_tc           257 net/sched/act_mpls.c 	p->tcfm_tc = tb[TCA_MPLS_TC] ? nla_get_u8(tb[TCA_MPLS_TC]) :
tcfm_tc           322 net/sched/act_mpls.c 	if (p->tcfm_tc != ACT_MPLS_TC_NOT_SET &&
tcfm_tc           323 net/sched/act_mpls.c 	    nla_put_u8(skb, TCA_MPLS_TC, p->tcfm_tc))