xdr_process_buf   268 include/linux/sunrpc/xdr.h extern int xdr_process_buf(struct xdr_buf *buf, unsigned int offset, unsigned int len, int (*actor)(struct scatterlist *, void *), void *data);
xdr_process_buf   228 net/sunrpc/auth_gss/gss_krb5_crypto.c 	err = xdr_process_buf(body, body_offset, body->len - body_offset,
xdr_process_buf   329 net/sunrpc/auth_gss/gss_krb5_crypto.c 	err = xdr_process_buf(body, body_offset, body->len - body_offset,
xdr_process_buf   415 net/sunrpc/auth_gss/gss_krb5_crypto.c 	err = xdr_process_buf(body, body_offset, body->len - body_offset,
xdr_process_buf   553 net/sunrpc/auth_gss/gss_krb5_crypto.c 	ret = xdr_process_buf(buf, offset, buf->len - offset, encryptor, &desc);
xdr_process_buf   633 net/sunrpc/auth_gss/gss_krb5_crypto.c 	ret = xdr_process_buf(buf, offset, buf->len - offset, decryptor, &desc);
xdr_process_buf   827 net/sunrpc/auth_gss/gss_krb5_crypto.c 		err = xdr_process_buf(buf, offset + GSS_KRB5_TOK_HDR_LEN,
xdr_process_buf   907 net/sunrpc/auth_gss/gss_krb5_crypto.c 		ret = xdr_process_buf(&subbuf, 0, cbcbytes, decryptor, &desc);
xdr_process_buf  1617 net/sunrpc/xdr.c EXPORT_SYMBOL_GPL(xdr_process_buf);