aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/key.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-05-14 17:20:56 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-05-14 19:28:01 +0200
commitc1caccc8334f39ba2bcae1dfe78e65c474af0160 (patch)
tree3711e9cd6209596d2129a4e47ddbb5b7812414e7 /sys/linux/key.txt
parent2376f0f937b8e6b457ef1fdf088b8b7059dcb0e2 (diff)
sys/linux: improve key and net_sch descriptions
Use the len paths to resolve pending TODOs.
Diffstat (limited to 'sys/linux/key.txt')
-rw-r--r--sys/linux/key.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/linux/key.txt b/sys/linux/key.txt
index 3af876634..24721bdc3 100644
--- a/sys/linux/key.txt
+++ b/sys/linux/key.txt
@@ -120,10 +120,8 @@ key_encrypted_update {
keyctl_pkey_params {
key_id key
-# NEED: this is len of syscall input/output arguments. We don't have naming scheme to reference syscall arguments.
-# Need e.g. "len[syscall.input]", or some abbreviation like ".input" or "$.input".
- in_len int32
- out_len int32
+ in_len bytesize[syscall:inout, int32]
+ out_len bytesize[syscall:output, int32]
__spare array[const[0, int32], 7]
}