Lines Matching defs:sock
15 #include <net/sock.h>
26 struct sock *sk;
354 static int rxrpc_recvmsg_data(struct socket *sock, struct rxrpc_call *call,
407 sock_recv_timestamp(msg, sock->sk, skb);
486 int rxrpc_recvmsg(struct socket *sock, struct msghdr *msg, size_t len,
490 struct rxrpc_sock *rx = rxrpc_sk(sock->sk);
603 ret = rxrpc_recvmsg_data(sock, call, msg, &msg->msg_iter, len,
667 * @sock: The socket that the call exists on
684 int rxrpc_kernel_recv_data(struct socket *sock, struct rxrpc_call *call,
703 ret = rxrpc_recvmsg_data(sock, call, NULL, iter,
776 * @sock: The socket that the call exists on
783 bool rxrpc_kernel_get_reply_time(struct socket *sock, struct rxrpc_call *call,