diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-08 20:31:47 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-09 21:24:29 +0100 |
| commit | 0b470f225419f1d9ee63809b05612749a36cb365 (patch) | |
| tree | 113ef2a731a238f8be00eb1244c944b7e44dc601 /sys/linux/socket_alg.txt | |
| parent | 7166c8652080a3d7d3f57851987090dec92cfb19 (diff) | |
sys/linux: add AF_NETLINK/NETLINK_CRYPTO descriptions
Diffstat (limited to 'sys/linux/socket_alg.txt')
| -rw-r--r-- | sys/linux/socket_alg.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/linux/socket_alg.txt b/sys/linux/socket_alg.txt index b6f1e354c..4f74d3bdb 100644 --- a/sys/linux/socket_alg.txt +++ b/sys/linux/socket_alg.txt @@ -29,6 +29,11 @@ sockaddr_alg { } # Special struct generated by Go code. +alg_name { + name string["filled later", 64] +} + +# Special struct generated by Go code. alg_aead_name { name string["filled later", 64] } |
