1XDR_RESERVE_SPACE(9)           Linux Networking           XDR_RESERVE_SPACE(9)
2
3
4

NAME

6       xdr_reserve_space - Reserve buffer space for sending
7

SYNOPSIS

9       __be32 * xdr_reserve_space(struct xdr_stream * xdr, size_t nbytes);
10

ARGUMENTS

12       xdr
13           pointer to xdr_stream
14
15       nbytes
16           number of bytes to reserve
17

DESCRIPTION

19       Checks that we have enough buffer space to encode ´nbytes´ more bytes
20       of data. If so, update the total xdr_buf length, and adjust the length
21       of the current kvec.
22
24Kernel Hackers Manual 2.6.         June 2019              XDR_RESERVE_SPACE(9)
Impressum