Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_mpls.h32 #define TCA_MPLS_MAX (__TCA_MPLS_MAX - 1) macro
/openbmc/linux/net/sched/
H A Dact_mpls.c150 static const struct nla_policy mpls_policy[TCA_MPLS_MAX + 1] = {
167 struct nlattr *tb[TCA_MPLS_MAX + 1]; in tcf_mpls_init()
182 err = nla_parse_nested(tb, TCA_MPLS_MAX, nla, mpls_policy, extack); in tcf_mpls_init()