Scroll to navigation

XDR_INIT_DECODE_PAGE(9) Linux Networking XDR_INIT_DECODE_PAGE(9)

NAME

xdr_init_decode_pages - Initialize an xdr_stream for decoding into pages

SYNOPSIS

void xdr_init_decode_pages(struct xdr_stream * xdr, struct xdr_buf * buf, struct page ** pages, unsigned int len);

ARGUMENTS

struct xdr_stream * xdr
pointer to xdr_stream struct

struct xdr_buf * buf

pointer to XDR buffer from which to decode data

struct page ** pages

list of pages to decode into

unsigned int len

length in bytes of buffer in pages

COPYRIGHT

September 2017 Kernel Hackers Manual 4.12