1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2015 Cumulus Networks, Inc.
6 #ifndef _NET_MPLS_IPTUNNEL_H
7 #define _NET_MPLS_IPTUNNEL_H 1
9 struct mpls_iptunnel_encap {
17 static inline struct mpls_iptunnel_encap *mpls_lwtunnel_encap(struct lwtunnel_state *lwtstate)
19 return (struct mpls_iptunnel_encap *)lwtstate->data;