Lines Matching defs:sock
15 #include <net/sock.h>
26 struct sock *sk;
163 static int rxrpc_recvmsg_data(struct socket *sock, struct rxrpc_call *call,
203 sock_recv_timestamp(msg, sock->sk, skb);
278 int rxrpc_recvmsg(struct socket *sock, struct msghdr *msg, size_t len,
282 struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
403 ret = rxrpc_recvmsg_data(sock, call, msg, &msg->msg_iter, len,
471 * @sock: The socket that the call exists on
489 int rxrpc_kernel_recv_data(struct socket *sock, struct rxrpc_call *call,
500 ret = rxrpc_recvmsg_data(sock, call, NULL, iter, *_len, 0, &offset);