Searched refs:MPLS_IPTUNNEL_TTL (Results 1 – 5 of 5) sorted by relevance
32 NLA_PUT_U8(msg, MPLS_IPTUNNEL_TTL, encap_info->ttl); in mpls_encap_build_msg()49 [MPLS_IPTUNNEL_TTL] = { .type = NLA_U8 },71 if (tb[MPLS_IPTUNNEL_TTL]) in mpls_encap_parse_msg()72 ttl = nla_get_u8(tb[MPLS_IPTUNNEL_TTL]); in mpls_encap_parse_msg()
26 MPLS_IPTUNNEL_TTL, enumerator
252 if (tb[MPLS_IPTUNNEL_TTL]) in print_encap_mpls()254 rta_getattr_u8(tb[MPLS_IPTUNNEL_TTL])); in print_encap_mpls()668 rta_addattr8(rta, len, MPLS_IPTUNNEL_TTL, ttl); in parse_encap_mpls()