Home
last modified time | relevance | path

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

/linux/include/net/tc_act/
A Dtc_mpls.h14 u8 tcfm_ttl; member
96 u8 tcfm_ttl; in tcf_mpls_ttl() local
99 tcfm_ttl = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_ttl; in tcf_mpls_ttl()
102 return tcfm_ttl; in tcf_mpls_ttl()
/linux/net/sched/
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()
280 p->tcfm_ttl = tb[TCA_MPLS_TTL] ? nla_get_u8(tb[TCA_MPLS_TTL]) : in tcf_mpls_init()
345 if (p->tcfm_ttl && nla_put_u8(skb, TCA_MPLS_TTL, p->tcfm_ttl)) in tcf_mpls_dump()

Completed in 5 milliseconds