blob: ea152e8bbfbbb9b7caf093435e829559e03bfdf9 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Christopher Ferris05d08e92016-02-04 13:16:38 -08007#ifndef _UAPI_LINUX_MPLS_IPTUNNEL_H
8#define _UAPI_LINUX_MPLS_IPTUNNEL_H
9enum {
10 MPLS_IPTUNNEL_UNSPEC,
Christopher Ferris05d08e92016-02-04 13:16:38 -080011 MPLS_IPTUNNEL_DST,
Christopher Ferris525ce912017-07-26 13:12:53 -070012 MPLS_IPTUNNEL_TTL,
Christopher Ferris05d08e92016-02-04 13:16:38 -080013 __MPLS_IPTUNNEL_MAX,
14};
15#define MPLS_IPTUNNEL_MAX (__MPLS_IPTUNNEL_MAX - 1)
Christopher Ferris05d08e92016-02-04 13:16:38 -080016#endif