Lines Matching defs:payload
1628 * svc_max_payload - Return transport-specific limit on the RPC payload
1631 * Returns the maximum number of payload bytes the current transport
1660 * svc_encode_result_payload - mark a range of bytes as a result payload
1662 * @offset: payload's byte offset in rqstp->rq_res
1663 * @length: size of payload, in bytes
1679 * @payload: xdr_buf containing only the write data payload
1684 struct xdr_buf *payload)
1686 struct page **pages = payload->pages;
1687 struct kvec *first = payload->head;
1689 size_t total = payload->len;
1692 /* Some types of transport can present the write payload