Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_mpls.h22 TCA_MPLS_TM, /* struct tcf_t; time values associated with action. */ enumerator
/openbmc/linux/net/sched/
H A Dact_mpls.c372 if (nla_put_64bit(skb, TCA_MPLS_TM, sizeof(t), &t, TCA_MPLS_PAD)) in tcf_mpls_dump()