Searched refs:svc_recvfrom (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | svcsock.c | 328 static int svc_recvfrom(struct svc_rqst *rqstp, struct kvec *iov, int nr, in svc_recvfrom() function 364 return svc_recvfrom(rqstp, iov, nr, buflen); in svc_partial_recvfrom() 375 ret = svc_recvfrom(rqstp, &iov[i], nr - i, buflen); in svc_partial_recvfrom() 965 if ((len = svc_recvfrom(rqstp, &iov, 1, want)) < 0) in svc_tcp_recv_record()
|