diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/libs/linux-headers/linux/gtp.h | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/linux-headers/linux/gtp.h')
-rw-r--r-- | contrib/libs/linux-headers/linux/gtp.h | 70 |
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 93cb1727942..80570c9af5e 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_ */ |