diff options
author | 2017-07-25 10:44:18 +1000 | |
---|---|---|
committer | 2017-07-25 10:44:18 +1000 | |
commit | 53a2ebaaabc1eb8458796fec3bc1e0e80746b642 (patch) | |
tree | 9d1f9227b49392cdd2edcc01057517da4f4b09c2 /include/linux/socket.h | |
parent | LSM: Remove security_task_create() hook. (diff) | |
parent | Linux 4.13-rc2 (diff) | |
download | wireguard-linux-53a2ebaaabc1eb8458796fec3bc1e0e80746b642.tar.xz wireguard-linux-53a2ebaaabc1eb8458796fec3bc1e0e80746b642.zip |
sync to Linus v4.13-rc2 for subsystem developers to work against
Diffstat (limited to 'include/linux/socket.h')
-rw-r--r-- | include/linux/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h index 082027457825..8b13db5163cc 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h @@ -334,6 +334,7 @@ struct ucred { #define SOL_ALG 279 #define SOL_NFC 280 #define SOL_KCM 281 +#define SOL_TLS 282 /* IPX options */ #define IPX_TYPE 1 |