Searched defs:chunks (Results 1 - 2 of 2) sorted by relevance

/net/sunrpc/xprtrdma/
H A Dsvc_rdma_marshal.c74 * Determine number of chunks and total bytes in chunk list. The chunk
80 /* compute the number of bytes represented by read chunks */
252 * Skip all chunks to find RPC msg. These were previously processed
333 void svc_rdma_xdr_encode_write_list(struct rpcrdma_msg *rmsgp, int chunks) argument
344 ary->wc_nchunks = htonl(chunks);
347 ary->wc_array[chunks].wc_target.rs_handle = xdr_zero;
350 ary->wc_array[chunks].wc_target.rs_length = xdr_zero;
354 int chunks)
357 ary->wc_nchunks = htonl(chunks);
382 /* Encode <nul> chunks list
353 svc_rdma_xdr_encode_reply_array(struct rpcrdma_write_array *ary, int chunks) argument
[all...]
/net/sctp/
H A Dauth.c189 sctp_chunks_param_t *chunks,
200 if (chunks)
201 chunks_len = ntohs(chunks->param_hdr.length);
212 if (chunks) {
213 memcpy(new->data + offset, chunks, chunks_len);
642 * chunks MUST NOT be listed in the CHUNKS parameter. However, if
644 * SHUTDOWN-COMPLETE and AUTH chunks MUST be ignored.
647 switch (param->chunks[i]) {
655 if (param->chunks[i] == chunk)
695 * zero (as shown in Figure 6) followed by all chunks tha
187 sctp_auth_make_key_vector( sctp_random_param_t *random, sctp_chunks_param_t *chunks, sctp_hmac_algo_param_t *hmacs, gfp_t gfp) argument
[all...]

Completed in 54 milliseconds