diff options
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2020-08-27 14:19:23 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-27 08:01:47 -0700 |
commit | 50aba46c234ea6ab3134cebb5ab27885f33a3e5d (patch) | |
tree | 1600836efc99731c76def2d9bf407f91ac37a71e /include/uapi/linux/gtp.h | |
parent | 44771ea57441902499e68572298d68e7731c81d4 (diff) |
gtp: add notification mechanism
Like all other network functions, let's notify gtp context on creation and
deletion.
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Tested-by: Gabriel Ganne <gabriel.ganne@6wind.com>
Acked-by: Harald Welte <laforge@gnumonks.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/gtp.h')
-rw-r--r-- | include/uapi/linux/gtp.h | 2 |
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, |