diff options
| author | Christoph Paasch <cpaasch@apple.com> | 2023-08-22 09:18:31 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-09-04 10:11:42 +0000 |
| commit | abdf9b3bbffdc55f63021393df30df4ff7a446cf (patch) | |
| tree | c734e826d8a3c111ae4a85c012df21af60c58444 /sys/linux/io_uring.txt.const | |
| parent | c5dc938a6bb38a9ccb20990ed05e2a80f7161ba3 (diff) | |
sys/linux: add more coverage for MPTCP
New netlink command has been added to MPTCP as well as a few getsockopt.
Add the necessary syskaller instructions.
Diffstat (limited to 'sys/linux/io_uring.txt.const')
| -rw-r--r-- | sys/linux/io_uring.txt.const | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/linux/io_uring.txt.const b/sys/linux/io_uring.txt.const index 79f7f89d5..df15f7b76 100644 --- a/sys/linux/io_uring.txt.const +++ b/sys/linux/io_uring.txt.const @@ -70,6 +70,9 @@ IORING_OP_UNLINKAT = 36 IORING_OP_WRITE = 23 IORING_OP_WRITEV = 2 IORING_OP_WRITE_FIXED = 5 +IORING_RECVSEND_FIXED_BUF = 4 +IORING_RECVSEND_POLL_FIRST = 1 +IORING_RECV_MULTISHOT = 2 IORING_REGISTER_BUFFERS = 0 IORING_REGISTER_BUFFERS2 = 15 IORING_REGISTER_BUFFERS_UPDATE = 16 @@ -99,8 +102,10 @@ IORING_SETUP_CLAMP = 16 IORING_SETUP_COOP_TASKRUN = 256 IORING_SETUP_CQE32 = 2048 IORING_SETUP_CQSIZE = 8 +IORING_SETUP_DEFER_TASKRUN = 8192 IORING_SETUP_IOPOLL = 1 IORING_SETUP_R_DISABLED = 64 +IORING_SETUP_SINGLE_ISSUER = 4096 IORING_SETUP_SQE128 = 1024 IORING_SETUP_SQPOLL = 2 IORING_SETUP_SQ_AFF = 4 |
