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

/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c413 write_bytes_to_xdr_buf(buf, i, tmp, this_len);
415 write_bytes_to_xdr_buf(buf, buf->len - shift, head, shift);
H A Dgss_krb5_crypto.c636 ret = write_bytes_to_xdr_buf(buf, offset, data, len);
/net/sunrpc/
H A Dxdr.c1156 int write_bytes_to_xdr_buf(struct xdr_buf *buf, unsigned int base, void *obj, unsigned int len) function
1167 EXPORT_SYMBOL_GPL(write_bytes_to_xdr_buf); variable
1188 return write_bytes_to_xdr_buf(buf, base, &raw, sizeof(obj));

Completed in 41 milliseconds