aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys.txt
diff options
context:
space:
mode:
authorChristoph Paasch <cpaasch@apple.com>2023-08-22 09:18:31 -0700
committerAleksandr Nogikh <nogikh@google.com>2023-09-04 10:11:42 +0000
commitabdf9b3bbffdc55f63021393df30df4ff7a446cf (patch)
treec734e826d8a3c111ae4a85c012df21af60c58444 /sys/linux/sys.txt
parentc5dc938a6bb38a9ccb20990ed05e2a80f7161ba3 (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/sys.txt')
-rw-r--r--sys/linux/sys.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt
index 4b403ddd9..9c9874b33 100644
--- a/sys/linux/sys.txt
+++ b/sys/linux/sys.txt
@@ -45,6 +45,7 @@ include <linux/nfs.h>
include <linux/syslog.h>
include <linux/exportfs.h>
include <linux/splice.h>
+include <linux/filelock.h>
include <fs/overlayfs/overlayfs.h>
include <uapi/linux/memfd.h>
include <uapi/linux/module.h>