Home
last modified time | relevance | path

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

/openbmc/linux/net/mpls/
H A Dmpls_iptunnel.c27 [MPLS_IPTUNNEL_TTL] = { .type = NLA_U8 },
205 if (tb[MPLS_IPTUNNEL_TTL]) { in mpls_build_state()
206 tun_encap_info->default_ttl = nla_get_u8(tb[MPLS_IPTUNNEL_TTL]); in mpls_build_state()
240 nla_put_u8(skb, MPLS_IPTUNNEL_TTL, tun_encap_info->default_ttl)) in mpls_fill_encap_info()
/openbmc/linux/include/uapi/linux/
H A Dmpls_iptunnel.h26 MPLS_IPTUNNEL_TTL, enumerator