diff options
| author | Pimyn Girgis <bemenboshra2001@gmail.com> | 2024-07-18 13:53:55 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-07-18 16:06:20 +0000 |
| commit | 95c3f16174cf7b8efee1d95b94e00c4f56b6ec32 (patch) | |
| tree | f9de6012a21d09b5c831880958b08f161f4cae12 /sys/linux/socket_netlink_generic_gtp.txt.const | |
| parent | f3eecf6982a7243293c7e27986d9584d8decce90 (diff) | |
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.
Diffstat (limited to 'sys/linux/socket_netlink_generic_gtp.txt.const')
| -rw-r--r-- | sys/linux/socket_netlink_generic_gtp.txt.const | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
