Searched refs:tcfm_label (Results 1 – 2 of 2) sorted by relevance
12 u32 tcfm_label; member63 u32 tcfm_label; in tcf_mpls_label() local66 tcfm_label = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_label; in tcf_mpls_label()69 return tcfm_label; in tcf_mpls_label()
30 if (p->tcfm_label != ACT_MPLS_LABEL_NOT_SET) { in tcf_mpls_get_lse()32 new_lse |= p->tcfm_label << MPLS_LS_LABEL_SHIFT; in tcf_mpls_get_lse()275 p->tcfm_label = tb[TCA_MPLS_LABEL] ? nla_get_u32(tb[TCA_MPLS_LABEL]) : in tcf_mpls_init()336 if (p->tcfm_label != ACT_MPLS_LABEL_NOT_SET && in tcf_mpls_dump()337 nla_put_u32(skb, TCA_MPLS_LABEL, p->tcfm_label)) in tcf_mpls_dump()