xdr_process_buf 221 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 149 net/sunrpc/auth_gss/gss_krb5_crypto.c err = xdr_process_buf(body, body_offset, body->len - body_offset, xdr_process_buf 255 net/sunrpc/auth_gss/gss_krb5_crypto.c ret = xdr_process_buf(buf, offset, buf->len - offset, encryptor, &desc); xdr_process_buf 327 net/sunrpc/auth_gss/gss_krb5_crypto.c return xdr_process_buf(buf, offset, buf->len - offset, decryptor, &desc); xdr_process_buf 179 net/sunrpc/auth_gss/gss_spkm3_seal.c xdr_process_buf(body, body_offset, body->len - body_offset,