From bff4ec01e9f54c4ad35871c5063eb4f0ba2ff7a1 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Mon, 21 Aug 2017 17:03:59 -0700 Subject: 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. --- linux-headers/include/linux/udp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux-headers/include/linux/udp.h') 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 */ -- cgit v1.1