Searched defs:sock (Results 1 - 3 of 3) sorted by relevance

/crypto/
H A Daf_alg.c119 int af_alg_release(struct socket *sock) argument
121 if (sock->sk)
122 sock_put(sock->sk);
127 static int alg_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) argument
129 struct sock *sk = sock->sk;
135 if (sock->state == SS_CONNECTED)
171 static int alg_setkey(struct sock *sk, char __user *ukey,
195 static int alg_setsockopt(struct socket *sock, int level, int optname, argument
198 struct sock *s
271 alg_accept(struct socket *sock, struct socket *newsock, int flags) argument
306 alg_create(struct net *net, struct socket *sock, int protocol, int kern) argument
[all...]
H A Dalgif_hash.c22 #include <net/sock.h>
37 static int hash_sendmsg(struct kiocb *unused, struct socket *sock, argument
41 struct sock *sk = sock->sk;
109 static ssize_t hash_sendpage(struct socket *sock, struct page *page, argument
112 struct sock *sk = sock->sk;
150 static int hash_recvmsg(struct kiocb *unused, struct socket *sock, argument
153 struct sock *sk = sock
184 hash_accept(struct socket *sock, struct socket *newsock, int flags) argument
[all...]
H A Dalgif_skcipher.c24 #include <net/sock.h>
55 static inline int skcipher_sndbuf(struct sock *sk)
64 static inline bool skcipher_writable(struct sock *sk)
69 static int skcipher_alloc_sgl(struct sock *sk)
99 static void skcipher_pull_sgl(struct sock *sk, int used)
141 static void skcipher_free_sgl(struct sock *sk)
149 static int skcipher_wait_for_wmem(struct sock *sk, unsigned flags)
175 static void skcipher_wmem_wakeup(struct sock *sk)
192 static int skcipher_wait_for_data(struct sock *sk, unsigned flags)
223 static void skcipher_data_wakeup(struct sock *s
242 skcipher_sendmsg(struct kiocb *unused, struct socket *sock, struct msghdr *msg, size_t size) argument
372 skcipher_sendpage(struct socket *sock, struct page *page, int offset, size_t size, int flags) argument
418 skcipher_recvmsg(struct kiocb *unused, struct socket *sock, struct msghdr *msg, size_t ignored, int flags) argument
503 skcipher_poll(struct file *file, struct socket *sock, poll_table *wait) argument
[all...]

Completed in 40 milliseconds