xpo_recvfrom       22 include/linux/sunrpc/svc_xprt.h 	int		(*xpo_recvfrom)(struct svc_rqst *);
xpo_recvfrom      804 net/sunrpc/svc_xprt.c 			len = xprt->xpt_ops->xpo_recvfrom(rqstp);
xpo_recvfrom      656 net/sunrpc/svcsock.c 	.xpo_recvfrom = svc_udp_recvfrom,
xpo_recvfrom     1176 net/sunrpc/svcsock.c 	.xpo_recvfrom = svc_tcp_recvfrom,
xpo_recvfrom       82 net/sunrpc/xprtrdma/svc_rdma_transport.c 	.xpo_recvfrom = svc_rdma_recvfrom,