aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/include/linux/gtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-headers/include/linux/gtp.h')
-rw-r--r--linux-headers/include/linux/gtp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-headers/include/linux/gtp.h b/linux-headers/include/linux/gtp.h
index 7c1a570..8ff8822 100644
--- a/linux-headers/include/linux/gtp.h
+++ b/linux-headers/include/linux/gtp.h
@@ -31,6 +31,9 @@ enum gtp_attrs {
GTPA_I_TEI, /* for GTPv1 only */
GTPA_O_TEI, /* for GTPv1 only */
GTPA_PAD,
+ GTPA_PEER_ADDR6,
+ GTPA_MS_ADDR6,
+ GTPA_FAMILY,
__GTPA_MAX,
};
#define GTPA_MAX (__GTPA_MAX - 1)