Lines Matching defs:sk
105 struct sock *sk = req->data; in skcipher_async_cb() local
117 static inline int skcipher_sndbuf(struct sock *sk) in skcipher_sndbuf()
126 static inline bool skcipher_writable(struct sock *sk) in skcipher_writable()
131 static int skcipher_alloc_sgl(struct sock *sk) in skcipher_alloc_sgl()
161 static void skcipher_pull_sgl(struct sock *sk, int used, int put) in skcipher_pull_sgl()
203 static void skcipher_free_sgl(struct sock *sk) in skcipher_free_sgl()
211 static int skcipher_wait_for_wmem(struct sock *sk, unsigned flags) in skcipher_wait_for_wmem()
237 static void skcipher_wmem_wakeup(struct sock *sk) in skcipher_wmem_wakeup()
254 static int skcipher_wait_for_data(struct sock *sk, unsigned flags) in skcipher_wait_for_data()
285 static void skcipher_data_wakeup(struct sock *sk) in skcipher_data_wakeup()
307 struct sock *sk = sock->sk; in skcipher_sendmsg() local
442 struct sock *sk = sock->sk; in skcipher_sendpage() local
510 struct sock *sk = sock->sk; in skcipher_recvmsg_async() local
638 struct sock *sk = sock->sk; in skcipher_recvmsg_sync() local
719 struct sock *sk = sock->sk; in skcipher_poll() local
764 struct sock *sk = sock->sk; in skcipher_check_key() local
893 static void skcipher_wait(struct sock *sk) in skcipher_wait()
903 static void skcipher_sock_destruct(struct sock *sk) in skcipher_sock_destruct()
918 static int skcipher_accept_parent_nokey(void *private, struct sock *sk) in skcipher_accept_parent_nokey()
959 static int skcipher_accept_parent(void *private, struct sock *sk) in skcipher_accept_parent()