aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/linux/gtp.h
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:45:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:01 +0300
commit2d37894b1b037cf24231090eda8589bbb44fb6fc (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/linux-headers/linux/gtp.h
parent718c552901d703c502ccbefdfc3c9028d608b947 (diff)
downloadydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/linux-headers/linux/gtp.h')
-rw-r--r--contrib/libs/linux-headers/linux/gtp.h70
1 files changed, 35 insertions, 35 deletions
diff --git a/contrib/libs/linux-headers/linux/gtp.h b/contrib/libs/linux-headers/linux/gtp.h
index 80570c9af5e..93cb1727942 100644
--- a/contrib/libs/linux-headers/linux/gtp.h
+++ b/contrib/libs/linux-headers/linux/gtp.h
@@ -1,35 +1,35 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _LINUX_GTP_H_
-#define _LINUX_GTP_H_
-
-enum gtp_genl_cmds {
- GTP_CMD_NEWPDP,
- GTP_CMD_DELPDP,
- GTP_CMD_GETPDP,
-
- GTP_CMD_MAX,
-};
-
-enum gtp_version {
- GTP_V0 = 0,
- GTP_V1,
-};
-
-enum gtp_attrs {
- GTPA_UNSPEC = 0,
- GTPA_LINK,
- GTPA_VERSION,
- GTPA_TID, /* for GTPv0 only */
- GTPA_PEER_ADDRESS, /* Remote GSN peer, either SGSN or GGSN */
-#define GTPA_SGSN_ADDRESS GTPA_PEER_ADDRESS /* maintain legacy attr name */
- GTPA_MS_ADDRESS,
- GTPA_FLOW,
- GTPA_NET_NS_FD,
- GTPA_I_TEI, /* for GTPv1 only */
- GTPA_O_TEI, /* for GTPv1 only */
- GTPA_PAD,
- __GTPA_MAX,
-};
-#define GTPA_MAX (__GTPA_MAX + 1)
-
-#endif /* _LINUX_GTP_H_ */
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+#ifndef _LINUX_GTP_H_
+#define _LINUX_GTP_H_
+
+enum gtp_genl_cmds {
+ GTP_CMD_NEWPDP,
+ GTP_CMD_DELPDP,
+ GTP_CMD_GETPDP,
+
+ GTP_CMD_MAX,
+};
+
+enum gtp_version {
+ GTP_V0 = 0,
+ GTP_V1,
+};
+
+enum gtp_attrs {
+ GTPA_UNSPEC = 0,
+ GTPA_LINK,
+ GTPA_VERSION,
+ GTPA_TID, /* for GTPv0 only */
+ GTPA_PEER_ADDRESS, /* Remote GSN peer, either SGSN or GGSN */
+#define GTPA_SGSN_ADDRESS GTPA_PEER_ADDRESS /* maintain legacy attr name */
+ GTPA_MS_ADDRESS,
+ GTPA_FLOW,
+ GTPA_NET_NS_FD,
+ GTPA_I_TEI, /* for GTPv1 only */
+ GTPA_O_TEI, /* for GTPv1 only */
+ GTPA_PAD,
+ __GTPA_MAX,
+};
+#define GTPA_MAX (__GTPA_MAX + 1)
+
+#endif /* _LINUX_GTP_H_ */