lwtunnel.h revision 106b3a8a7dc03c19a45e322de425ac56aafac358
1/****************************************************************************
2 ****************************************************************************
3 ***
4 ***   This header was automatically generated from a Linux kernel header
5 ***   of the same name, to make information necessary for userspace to
6 ***   call into the kernel available to libc.  It contains only constants,
7 ***   structures, and macros generated from the original header, and thus,
8 ***   contains no copyrightable information.
9 ***
10 ***   To edit the content of this header, modify the corresponding
11 ***   source file (e.g. under external/kernel-headers/original/) then
12 ***   run bionic/libc/kernel/tools/update_all.py
13 ***
14 ***   Any manual change here will be lost the next time this script will
15 ***   be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _UAPI_LWTUNNEL_H_
20#define _UAPI_LWTUNNEL_H_
21#include <linux/types.h>
22enum lwtunnel_encap_types {
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24  LWTUNNEL_ENCAP_NONE,
25  LWTUNNEL_ENCAP_MPLS,
26  LWTUNNEL_ENCAP_IP,
27  LWTUNNEL_ENCAP_ILA,
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29  LWTUNNEL_ENCAP_IP6,
30  __LWTUNNEL_ENCAP_MAX,
31};
32#define LWTUNNEL_ENCAP_MAX (__LWTUNNEL_ENCAP_MAX - 1)
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34enum lwtunnel_ip_t {
35  LWTUNNEL_IP_UNSPEC,
36  LWTUNNEL_IP_ID,
37  LWTUNNEL_IP_DST,
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39  LWTUNNEL_IP_SRC,
40  LWTUNNEL_IP_TTL,
41  LWTUNNEL_IP_TOS,
42  LWTUNNEL_IP_FLAGS,
43/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44  LWTUNNEL_IP_PAD,
45  __LWTUNNEL_IP_MAX,
46};
47#define LWTUNNEL_IP_MAX (__LWTUNNEL_IP_MAX - 1)
48/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49enum lwtunnel_ip6_t {
50  LWTUNNEL_IP6_UNSPEC,
51  LWTUNNEL_IP6_ID,
52  LWTUNNEL_IP6_DST,
53/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54  LWTUNNEL_IP6_SRC,
55  LWTUNNEL_IP6_HOPLIMIT,
56  LWTUNNEL_IP6_TC,
57  LWTUNNEL_IP6_FLAGS,
58/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
59  LWTUNNEL_IP6_PAD,
60  __LWTUNNEL_IP6_MAX,
61};
62#define LWTUNNEL_IP6_MAX (__LWTUNNEL_IP6_MAX - 1)
63/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
64#endif
65