Home
last modified time | relevance | path

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

/linux/include/net/tc_act/
H A Dtc_mpls.h15 u8 tcfm_ttl; member
88 u8 tcfm_ttl; in tcf_mpls_ttl() local
91 tcfm_ttl = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_ttl; in tcf_mpls_ttl()
94 return tcfm_ttl; in tcf_mpls_ttl()
/linux/net/sched/
H A Dact_mpls.c35 if (p->tcfm_ttl) { in tcf_mpls_get_lse()
37 new_lse |= p->tcfm_ttl << MPLS_LS_TTL_SHIFT; in tcf_mpls_get_lse()
292 p->tcfm_ttl = nla_get_u8_default(tb[TCA_MPLS_TTL], mpls_ttl); in tcf_mpls_init()
357 if (p->tcfm_ttl && nla_put_u8(skb, TCA_MPLS_TTL, p->tcfm_ttl)) in tcf_mpls_dump()