Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net/tls: Remove unused function declarations

Commit 3c4d7559159b ("tls: kernel TLS support") declared but never implemented
these functions.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Yue Haibing and committed by
David S. Miller
f6ecb68b c35e927c

-4
-4
net/tls/tls.h
··· 87 87 void update_sk_prot(struct sock *sk, struct tls_context *ctx); 88 88 89 89 int wait_on_pending_writer(struct sock *sk, long *timeo); 90 - int tls_sk_query(struct sock *sk, int optname, char __user *optval, 91 - int __user *optlen); 92 - int tls_sk_attach(struct sock *sk, int optname, char __user *optval, 93 - unsigned int optlen); 94 90 void tls_err_abort(struct sock *sk, int err); 95 91 96 92 int tls_set_sw_offload(struct sock *sk, struct tls_context *ctx, int tx);