From 95c3f16174cf7b8efee1d95b94e00c4f56b6ec32 Mon Sep 17 00:00:00 2001 From: Pimyn Girgis Date: Thu, 18 Jul 2024 13:53:55 +0000 Subject: sys/linux: update socket_netlink_generic_gtp description file Accounted for added command and added fields in gtp_policy and gtp_genl_policy. Users can create GTP devices without providing IFLA_GTP_FD0 and IFLA_GTP_FD1 arguments, if IFLA_GTP_CREATE_SOCKETS field is set. --- sys/linux/socket_netlink_generic_gtp.txt.const | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sys/linux/socket_netlink_generic_gtp.txt.const') diff --git a/sys/linux/socket_netlink_generic_gtp.txt.const b/sys/linux/socket_netlink_generic_gtp.txt.const index a5b3807a8..fa184d035 100644 --- a/sys/linux/socket_netlink_generic_gtp.txt.const +++ b/sys/linux/socket_netlink_generic_gtp.txt.const @@ -1,21 +1,29 @@ # Code generated by syz-sysgen. DO NOT EDIT. arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x +GTPA_FAMILY = 13 GTPA_FLOW = 6 GTPA_I_TEI = 8 GTPA_LINK = 1 +GTPA_MS_ADDR6 = 12 GTPA_MS_ADDRESS = 5 GTPA_NET_NS_FD = 7 GTPA_O_TEI = 9 +GTPA_PEER_ADDR6 = 11 GTPA_PEER_ADDRESS = 4 GTPA_TID = 3 GTPA_VERSION = 2 GTP_CMD_DELPDP = 1 +GTP_CMD_ECHOREQ = 3 GTP_CMD_GETPDP = 2 GTP_CMD_NEWPDP = 0 GTP_V0 = 0 GTP_V1 = 1 +IFLA_GTP_CREATE_SOCKETS = 5 IFLA_GTP_FD0 = 1 IFLA_GTP_FD1 = 2 +IFLA_GTP_LOCAL = 7 +IFLA_GTP_LOCAL6 = 8 IFLA_GTP_PDP_HASHSIZE = 3 +IFLA_GTP_RESTART_COUNT = 6 IFLA_GTP_ROLE = 4 __NR_sendmsg = 211, 386:s390x:370, amd64:46, arm:296, mips64le:5045, ppc64le:341 -- cgit mrf-deployment