From 1f60c8289d52323ee321586fb3e96bb91a0de542 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 9 Jan 2018 21:24:02 +0100 Subject: sys/linux: add AF_NETLINK/NETLINK_NETFILTER descriptions --- sys/linux/socket_netlink_arm64.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/socket_netlink_arm64.const') diff --git a/sys/linux/socket_netlink_arm64.const b/sys/linux/socket_netlink_arm64.const index 7c7f0e6dd..db775c3c8 100644 --- a/sys/linux/socket_netlink_arm64.const +++ b/sys/linux/socket_netlink_arm64.const @@ -40,6 +40,8 @@ NETLINK_TX_RING = 7 NETLINK_UNUSED = 1 NETLINK_USERSOCK = 2 NETLINK_XFRM = 6 +NLMSG_MAX_TYPE = 66 +NLMSG_MIN_TYPE = 16 NLM_F_ACK = 4 NLM_F_APPEND = 2048 NLM_F_ATOMIC = 1024 -- cgit mrf-deployment