Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_mpls.c156 [TCA_MPLS_TTL] = NLA_POLICY_MIN(NLA_U8, 1),
227 if (tb[TCA_MPLS_LABEL] || tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || in tcf_mpls_init()
236 tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || tb[TCA_MPLS_BOS]) { in tcf_mpls_init()
256 if (!tb[TCA_MPLS_TTL]) { in tcf_mpls_init()
295 p->tcfm_ttl = tb[TCA_MPLS_TTL] ? nla_get_u8(tb[TCA_MPLS_TTL]) : in tcf_mpls_init()
360 if (p->tcfm_ttl && nla_put_u8(skb, TCA_MPLS_TTL, p->tcfm_ttl)) in tcf_mpls_dump()
/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_mpls.h28 TCA_MPLS_TTL, /* u8; MPLS TTL field. Must not be 0. */ enumerator