table of contents
other versions
- stretch 4.9.168-1
XDR_RESERVE_SPACE(9) | Linux Networking | XDR_RESERVE_SPACE(9) |
NAME¶
xdr_reserve_space - Reserve buffer space for sendingSYNOPSIS¶
__be32 * xdr_reserve_space(struct xdr_stream * xdr, size_t nbytes);
ARGUMENTS¶
xdrpointer to xdr_stream
nbytes
number of bytes to reserve
DESCRIPTION¶
Checks that we have enough buffer space to encode 'nbytes' more bytes of data. If so, update the total xdr_buf length, and adjust the length of the current kvec.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |