Home
last modified time | relevance | path

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

/openbmc/linux/net/mpls/
H A Dmpls_iptunnel.c38 struct mpls_iptunnel_encap *tun_encap_info; in mpls_xmit() local
66 tun_encap_info = mpls_lwtunnel_encap(dst->lwtstate); in mpls_xmit()
79 if (tun_encap_info->ttl_propagate == MPLS_TTL_PROP_DISABLED) in mpls_xmit()
80 ttl = tun_encap_info->default_ttl; in mpls_xmit()
81 else if (tun_encap_info->ttl_propagate == MPLS_TTL_PROP_DEFAULT && in mpls_xmit()
88 if (tun_encap_info->ttl_propagate == MPLS_TTL_PROP_DISABLED) in mpls_xmit()
89 ttl = tun_encap_info->default_ttl; in mpls_xmit()
90 else if (tun_encap_info->ttl_propagate == MPLS_TTL_PROP_DEFAULT && in mpls_xmit()
101 new_header_size = mpls_encap_size(tun_encap_info); in mpls_xmit()
127 for (i = tun_encap_info->labels - 1; i >= 0; i--) { in mpls_xmit()
[all …]