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

NAME

6       xdr_enter_page - decode data from the XDR page
7

SYNOPSIS

9       void xdr_enter_page(struct xdr_stream * xdr, unsigned int len);
10

ARGUMENTS

12       xdr
13           pointer to xdr_stream struct
14
15       len
16           number of bytes of page data
17

DESCRIPTION

19       Moves data beyond the current pointer position from the XDR head[]
20       buffer into the page list. Any data that lies beyond current position +
21       “len” bytes is moved into the XDR tail[]. The current pointer is then
22       repositioned at the beginning of the first XDR page.
23
25Kernel Hackers Manual 3.10         June 2019                 XDR_ENTER_PAGE(9)
Impressum