Lines Matching defs:sock
17 #include <net/sock.h>
95 struct socket *sock;
112 sock = req->hr_sk->sk_socket;
125 fd_install(fd, get_file(sock->file));
141 struct socket *sock;
148 sock = sockfd_lookup(fd, &err);
149 if (!sock)
152 req = handshake_req_hash_lookup(sock->sk);
155 trace_handshake_cmd_done_err(net, req, sock->sk, err);
156 fput(sock->file);
160 trace_handshake_cmd_done(net, req, sock->sk, fd);
167 fput(sock->file);