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

/linux-master/include/net/tc_act/
H A Dtc_mpls.h12 u32 tcfm_label; member in struct:tcf_mpls_params
63 u32 tcfm_label; local
66 tcfm_label = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_label;
69 return tcfm_label;
/linux-master/net/sched/
H A Dact_mpls.c31 if (p->tcfm_label != ACT_MPLS_LABEL_NOT_SET) {
33 new_lse |= p->tcfm_label << MPLS_LS_LABEL_SHIFT;
291 p->tcfm_label = tb[TCA_MPLS_LABEL] ? nla_get_u32(tb[TCA_MPLS_LABEL]) :
352 if (p->tcfm_label != ACT_MPLS_LABEL_NOT_SET &&
353 nla_put_u32(skb, TCA_MPLS_LABEL, p->tcfm_label))

Completed in 201 milliseconds