static int do_chtls_setsockopt(struct sock *sk, int optname, char __user *optval, unsigned int optlen) sockptr_t optval, unsigned int optlen) { struct tls_crypto_info *crypto_info, tmp_crypto_info; struct chtls_sock *csk; @@ -498,12 +498,12 @@ static int do_chtls_setsockopt(...
static int alg_setkey(struct sock *sk, char __user *ukey, static int alg_setkey(struct sock *sk, sockptr_t ukey, unsigned int keylen) unsigned int keylen) { { struct alg_sock *ask = alg_sk(sk); struct alg_sock *ask = alg_sk(sk); ...