Searched refs:xdr_stream_pos (Results 1 - 1 of 1) sorted by relevance

/net/sunrpc/
H A Dxdr.c438 * xdr_stream_pos - Return the current offset from the start of the xdr_stream
441 unsigned int xdr_stream_pos(const struct xdr_stream *xdr) function
445 EXPORT_SYMBOL_GPL(xdr_stream_pos); variable
906 unsigned int cur = xdr_stream_pos(xdr);

Completed in 6 milliseconds