tcfm_ttl 14 include/net/tc_act/tc_mpls.h u8 tcfm_ttl; tcfm_ttl 96 include/net/tc_act/tc_mpls.h u8 tcfm_ttl; tcfm_ttl 99 include/net/tc_act/tc_mpls.h tcfm_ttl = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_ttl; tcfm_ttl 102 include/net/tc_act/tc_mpls.h return tcfm_ttl; tcfm_ttl 35 net/sched/act_mpls.c if (p->tcfm_ttl) { tcfm_ttl 37 net/sched/act_mpls.c new_lse |= p->tcfm_ttl << MPLS_LS_TTL_SHIFT; tcfm_ttl 259 net/sched/act_mpls.c p->tcfm_ttl = tb[TCA_MPLS_TTL] ? nla_get_u8(tb[TCA_MPLS_TTL]) : tcfm_ttl 326 net/sched/act_mpls.c if (p->tcfm_ttl && nla_put_u8(skb, TCA_MPLS_TTL, p->tcfm_ttl))