1XDR_INLINE_DECODE(9) Linux Networking XDR_INLINE_DECODE(9)
2
3
4
6 xdr_inline_decode - Retrieve non-page XDR data to decode
7
9 __be32 * xdr_inline_decode(struct xdr_stream * xdr, size_t nbytes);
10
12 xdr
13 pointer to xdr_stream struct
14
15 nbytes
16 number of bytes of data to decode
17
19 Check if the input buffer is long enough to enable us to decode
20 'nbytes' more bytes of data starting at the current position. If so
21 return the current pointer, then update the current pointer position.
22
24Kernel Hackers Manual 2.6. November 2011 XDR_INLINE_DECODE(9)