Home
last modified time | relevance | path

Searched refs:MPLS_IPTUNNEL_TTL (Results 1 – 5 of 5) sorted by relevance

/external/libnl/lib/route/
Dnh_encap_mpls.c32 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()
/external/iproute2/include/uapi/linux/
Dmpls_iptunnel.h26 MPLS_IPTUNNEL_TTL, enumerator
/external/libnl/include/linux-private/linux/
Dmpls_iptunnel.h26 MPLS_IPTUNNEL_TTL, enumerator
/external/kernel-headers/original/uapi/linux/
Dmpls_iptunnel.h26 MPLS_IPTUNNEL_TTL, enumerator
/external/iproute2/ip/
Diproute_lwtunnel.c252 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()