Home
last modified time | relevance | path

Searched refs:xdr_decode_word (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/sunrpc/
H A Dxdr.h199 extern int xdr_decode_word(const struct xdr_buf *, unsigned int, u32 *);
/linux/net/sunrpc/
H A Dxdr.c1916 int xdr_decode_word(const struct xdr_buf *buf, unsigned int base, u32 *obj) in xdr_decode_word() function
1927 EXPORT_SYMBOL_GPL(xdr_decode_word);
1950 if (xdr_decode_word(buf, base, &desc->array_len) != 0 || in xdr_xcode_array2()