tcfm_label         12 include/net/tc_act/tc_mpls.h 	u32 tcfm_label;
tcfm_label         63 include/net/tc_act/tc_mpls.h 	u32 tcfm_label;
tcfm_label         66 include/net/tc_act/tc_mpls.h 	tcfm_label = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_label;
tcfm_label         69 include/net/tc_act/tc_mpls.h 	return tcfm_label;
tcfm_label         31 net/sched/act_mpls.c 	if (p->tcfm_label != ACT_MPLS_LABEL_NOT_SET) {
tcfm_label         33 net/sched/act_mpls.c 		new_lse |= p->tcfm_label << MPLS_LS_LABEL_SHIFT;
tcfm_label        255 net/sched/act_mpls.c 	p->tcfm_label = tb[TCA_MPLS_LABEL] ? nla_get_u32(tb[TCA_MPLS_LABEL]) :
tcfm_label        318 net/sched/act_mpls.c 	if (p->tcfm_label != ACT_MPLS_LABEL_NOT_SET &&
tcfm_label        319 net/sched/act_mpls.c 	    nla_put_u32(skb, TCA_MPLS_LABEL, p->tcfm_label))