Home
last modified time | relevance | path

Searched refs:tcfm_label (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/tc_act/
H A Dtc_mpls.h12 u32 tcfm_label; member
55 u32 tcfm_label; in tcf_mpls_label() local
58 tcfm_label = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_label; in tcf_mpls_label()
61 return tcfm_label; in tcf_mpls_label()
/linux/net/sched/
H A Dact_mpls.c31 if (p->tcfm_label != ACT_MPLS_LABEL_NOT_SET) { in tcf_mpls_get_lse()
33 new_lse |= p->tcfm_label << MPLS_LS_LABEL_SHIFT; in tcf_mpls_get_lse()
289 p->tcfm_label = nla_get_u32_default(tb[TCA_MPLS_LABEL], in tcf_mpls_init()
349 if (p->tcfm_label != ACT_MPLS_LABEL_NOT_SET && in tcf_mpls_dump()
350 nla_put_u32(skb, TCA_MPLS_LABEL, p->tcfm_label)) in tcf_mpls_dump()