Lines Matching defs:sk
106 static inline int skcipher_sndbuf(struct sock *sk) in skcipher_sndbuf()
115 static inline bool skcipher_writable(struct sock *sk) in skcipher_writable()
120 static int skcipher_alloc_sgl(struct sock *sk) in skcipher_alloc_sgl()
150 static void skcipher_pull_sgl(struct sock *sk, int used, int put) in skcipher_pull_sgl()
192 static void skcipher_free_sgl(struct sock *sk) in skcipher_free_sgl()
200 static int skcipher_wait_for_wmem(struct sock *sk, unsigned flags) in skcipher_wait_for_wmem()
226 static void skcipher_wmem_wakeup(struct sock *sk) in skcipher_wmem_wakeup()
243 static int skcipher_wait_for_data(struct sock *sk, unsigned flags) in skcipher_wait_for_data()
274 static void skcipher_data_wakeup(struct sock *sk) in skcipher_data_wakeup()
296 struct sock *sk = sock->sk; in skcipher_sendmsg() local
434 struct sock *sk = sock->sk; in skcipher_sendpage() local
502 struct sock *sk = sock->sk; in skcipher_recvmsg_async() local
638 struct sock *sk = sock->sk; in skcipher_recvmsg_sync() local
721 struct sock *sk = sock->sk; in skcipher_poll() local
766 struct sock *sk = sock->sk; in skcipher_check_key() local
895 static void skcipher_wait(struct sock *sk) in skcipher_wait()
905 static void skcipher_sock_destruct(struct sock *sk) in skcipher_sock_destruct()
920 static int skcipher_accept_parent_nokey(void *private, struct sock *sk) in skcipher_accept_parent_nokey()
962 static int skcipher_accept_parent(void *private, struct sock *sk) in skcipher_accept_parent()