aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorNicolas Dichtel <[email protected]>2020-08-27 14:19:23 +0200
committerDavid S. Miller <[email protected]>2020-08-27 08:01:47 -0700
commit50aba46c234ea6ab3134cebb5ab27885f33a3e5d (patch)
tree1600836efc99731c76def2d9bf407f91ac37a71e /include/uapi/linux
parent44771ea57441902499e68572298d68e7731c81d4 (diff)
gtp: add notification mechanism
Like all other network functions, let's notify gtp context on creation and deletion. Signed-off-by: Nicolas Dichtel <[email protected]> Tested-by: Gabriel Ganne <[email protected]> Acked-by: Harald Welte <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/gtp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/gtp.h b/include/uapi/linux/gtp.h
index c7d66755d212..79f9191bbb24 100644
--- a/include/uapi/linux/gtp.h
+++ b/include/uapi/linux/gtp.h
@@ -2,6 +2,8 @@
#ifndef _UAPI_LINUX_GTP_H_
#define _UAPI_LINUX_GTP_H_
+#define GTP_GENL_MCGRP_NAME "gtp"
+
enum gtp_genl_cmds {
GTP_CMD_NEWPDP,
GTP_CMD_DELPDP,