aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_arm.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-08-10 07:51:02 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-08-13 17:22:16 +0200
commit54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 (patch)
tree579d43acff11758d7f5e61935e0408ad9fbcaf04 /sys/linux/socket_netlink_arm.const
parentb6de93e603915b57a1eccadc8bd530efd00d28f2 (diff)
sys/linux: switch to the new .const format
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983
Diffstat (limited to 'sys/linux/socket_netlink_arm.const')
-rw-r--r--sys/linux/socket_netlink_arm.const59
1 files changed, 0 insertions, 59 deletions
diff --git a/sys/linux/socket_netlink_arm.const b/sys/linux/socket_netlink_arm.const
deleted file mode 100644
index 8a3255a13..000000000
--- a/sys/linux/socket_netlink_arm.const
+++ /dev/null
@@ -1,59 +0,0 @@
-# AUTOGENERATED FILE
-AF_NETLINK = 16
-AF_UNSPEC = 0
-NETLINK_ADD_MEMBERSHIP = 1
-NETLINK_AUDIT = 9
-NETLINK_BROADCAST_ERROR = 4
-NETLINK_CAP_ACK = 10
-NETLINK_CONNECTOR = 11
-NETLINK_CRYPTO = 21
-NETLINK_DNRTMSG = 14
-NETLINK_DROP_MEMBERSHIP = 2
-NETLINK_ECRYPTFS = 19
-NETLINK_FIB_LOOKUP = 10
-NETLINK_GENERIC = 16
-NETLINK_INET_DIAG = 4
-NETLINK_ISCSI = 8
-NETLINK_KOBJECT_UEVENT = 15
-NETLINK_LISTEN_ALL_NSID = 8
-NETLINK_LIST_MEMBERSHIPS = 9
-NETLINK_NETFILTER = 12
-NETLINK_NFLOG = 5
-NETLINK_NO_ENOBUFS = 5
-NETLINK_PKTINFO = 3
-NETLINK_RDMA = 20
-NETLINK_ROUTE = 0
-NETLINK_RX_RING = 6
-NETLINK_SCSITRANSPORT = 18
-NETLINK_SELINUX = 7
-NETLINK_SOCK_DIAG = 4
-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
-NLM_F_CREATE = 1024
-NLM_F_DUMP = 768
-NLM_F_DUMP_FILTERED = 32
-NLM_F_DUMP_INTR = 16
-NLM_F_ECHO = 8
-NLM_F_EXCL = 512
-NLM_F_MATCH = 512
-NLM_F_MULTI = 2
-NLM_F_REPLACE = 256
-NLM_F_REQUEST = 1
-NLM_F_ROOT = 256
-SOCK_RAW = 3
-SOL_NETLINK = 270
-__NR_bind = 282
-__NR_connect = 283
-__NR_getpeername = 287
-__NR_getsockname = 286
-__NR_getsockopt = 295
-__NR_sendmsg = 296
-__NR_setsockopt = 294
-__NR_socket = 281