1XDR_READ_PAGES(9) Linux Networking XDR_READ_PAGES(9)
2
3
4
6 xdr_read_pages - Ensure page-based XDR data to decode is aligned at
7 current pointer position
8
10 void xdr_read_pages(struct xdr_stream * xdr, unsigned int len);
11
13 xdr
14 pointer to xdr_stream struct
15
16 len
17 number of bytes of page data
18
20 Moves data beyond the current pointer position from the XDR head[]
21 buffer into the page list. Any data that lies beyond current position +
22 “len” bytes is moved into the XDR tail[].
23
25Kernel Hackers Manual 2.6. November 2011 XDR_READ_PAGES(9)