aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_xdp_mips64le.const
diff options
context:
space:
mode:
authorJouni Hogander <jouni.hogander@unikie.com>2019-12-09 13:56:27 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-12-17 11:10:52 +0100
commit2b31345f36a04f232a5f698a6dc19e8123f204ab (patch)
tree3c4d3682fed0e4178bbadec10b097769ea099647 /sys/linux/socket_xdp_mips64le.const
parent24856513b213e1440ce87fafb7ed629c10b87c20 (diff)
Autogenerated files for linux/mips64le
This patch adds all autogenerated files for linux/mips64le. Files are generated by following commands: make extract bin/syz-extract -build -os=linux -arch=mips64le -sourcedir=linux make generate
Diffstat (limited to 'sys/linux/socket_xdp_mips64le.const')
-rw-r--r--sys/linux/socket_xdp_mips64le.const28
1 files changed, 28 insertions, 0 deletions
diff --git a/sys/linux/socket_xdp_mips64le.const b/sys/linux/socket_xdp_mips64le.const
new file mode 100644
index 000000000..3e177736b
--- /dev/null
+++ b/sys/linux/socket_xdp_mips64le.const
@@ -0,0 +1,28 @@
+# AUTOGENERATED FILE
+AF_XDP = 44
+SOCK_RAW = 3
+SOL_XDP = 283
+XDP_COPY = 2
+XDP_MMAP_OFFSETS = 1
+XDP_MMAP_OFFSETS_SIZE = 128
+XDP_PGOFF_RX_RING = 0
+XDP_PGOFF_TX_RING = 2147483648
+XDP_RX_RING = 2
+XDP_SHARED_UMEM = 1
+XDP_STATISTICS = 7
+XDP_STATISTICS_SIZE = 24
+XDP_TX_RING = 3
+XDP_UMEM_COMPLETION_RING = 6
+XDP_UMEM_FILL_RING = 5
+XDP_UMEM_PGOFF_COMPLETION_RING = 6442450944
+XDP_UMEM_PGOFF_FILL_RING = 4294967296
+XDP_UMEM_REG = 4
+XDP_USE_NEED_WAKEUP = 8
+XDP_ZEROCOPY = 4
+__NR_bind = 5048
+__NR_getsockopt = 5054
+__NR_mmap = 5009
+# __NR_mmap2 is not set
+__NR_sendmsg = 5045
+__NR_setsockopt = 5053
+__NR_socket = 5040