aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/include/linux/udp.h
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-08-21 17:03:59 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-08-21 17:03:59 -0700
commitbff4ec01e9f54c4ad35871c5063eb4f0ba2ff7a1 (patch)
tree05b06231a5ae17d94f5da94a8a0c5e13dea12e1b /linux-headers/include/linux/udp.h
parente88aaa6f564dc6aefa409c9fc9d4bb3f8e55199f (diff)
downloadriscv-gnu-toolchain-bff4ec01e9f54c4ad35871c5063eb4f0ba2ff7a1.zip
riscv-gnu-toolchain-bff4ec01e9f54c4ad35871c5063eb4f0ba2ff7a1.tar.gz
riscv-gnu-toolchain-bff4ec01e9f54c4ad35871c5063eb4f0ba2ff7a1.tar.bz2
Move to glibc-2.26, and the latest Linux headers (riscv-for-submission-v7)
I'm trying to get all our ports up to date with the latest stable versions, just for my own sanity. This handles glibc, but pushes Linux a bit past what's currently stable.
Diffstat (limited to 'linux-headers/include/linux/udp.h')
-rw-r--r--linux-headers/include/linux/udp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-headers/include/linux/udp.h b/linux-headers/include/linux/udp.h
index ab05413..7aa058b 100644
--- a/linux-headers/include/linux/udp.h
+++ b/linux-headers/include/linux/udp.h
@@ -36,6 +36,7 @@ struct udphdr {
#define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */
#define UDP_ENCAP_ESPINUDP 2 /* draft-ietf-ipsec-udp-encaps-06 */
#define UDP_ENCAP_L2TPINUDP 3 /* rfc2661 */
-
+#define UDP_ENCAP_GTP0 4 /* GSM TS 09.60 */
+#define UDP_ENCAP_GTP1U 5 /* 3GPP TS 29.060 */
#endif /* _LINUX_UDP_H */