Lines Matching refs:base
187 size_t base = xdr->page_base; in svc_send_common() local
207 size = PAGE_SIZE - base < pglen ? PAGE_SIZE - base : pglen; in svc_send_common()
211 result = kernel_sendpage(sock, *ppage, base, size, flags); in svc_send_common()
219 base = 0; in svc_send_common()
329 unsigned int nr, size_t buflen, unsigned int base) in svc_recvfrom() argument
340 if (base != 0) { in svc_recvfrom()
341 iov_iter_advance(&msg.msg_iter, base); in svc_recvfrom()
342 buflen -= base; in svc_recvfrom()
1045 unsigned int want, base; in svc_tcp_recvfrom() local
1059 base = svc_tcp_restore_pages(svsk, rqstp); in svc_tcp_recvfrom()
1064 pnum = copy_pages_to_kvecs(&vec[0], &rqstp->rq_pages[0], base + want); in svc_tcp_recvfrom()
1070 len = svc_recvfrom(rqstp, vec, pnum, base + want, base); in svc_tcp_recvfrom()