1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _UAPI_LINUX_GTP_H_ 7 #define _UAPI_LINUX_GTP_H_ 8 enum gtp_genl_cmds { 9 GTP_CMD_NEWPDP, 10 GTP_CMD_DELPDP, 11 GTP_CMD_GETPDP, 12 GTP_CMD_MAX, 13 }; 14 enum gtp_version { 15 GTP_V0 = 0, 16 GTP_V1, 17 }; 18 enum gtp_attrs { 19 GTPA_UNSPEC = 0, 20 GTPA_LINK, 21 GTPA_VERSION, 22 GTPA_TID, 23 GTPA_PEER_ADDRESS, 24 #define GTPA_SGSN_ADDRESS GTPA_PEER_ADDRESS 25 GTPA_MS_ADDRESS, 26 GTPA_FLOW, 27 GTPA_NET_NS_FD, 28 GTPA_I_TEI, 29 GTPA_O_TEI, 30 GTPA_PAD, 31 __GTPA_MAX, 32 }; 33 #define GTPA_MAX (__GTPA_MAX + 1) 34 #endif 35