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

/net/sunrpc/xprtrdma/
H A Drpc_rdma.c315 int copy_len; local
335 copy_len = rqst->rq_snd_buf.page_len;
339 if (destp + copy_len != rqst->rq_snd_buf.tail[0].iov_base) {
340 memmove(destp + copy_len,
345 __func__, destp + copy_len, curlen);
348 r_xprt->rx_stats.pullup_copy_count += copy_len;
353 npages = PAGE_ALIGN(page_base+copy_len) >> PAGE_SHIFT;
354 for (i = 0; copy_len && i < npages; i++) {
356 if (curlen > copy_len)
357 curlen = copy_len;
610 rpcrdma_inline_fixup(struct rpc_rqst *rqst, char *srcp, int copy_len, int pad) argument
[all...]
/net/bridge/netfilter/
H A Debt_nflog.c30 li.u.ulog.copy_len = info->len;
/net/netfilter/
H A Dxt_NFLOG.c32 li.u.ulog.copy_len = info->len;
H A Dnft_log.c91 li->u.ulog.copy_len =
157 if (li->u.ulog.copy_len) {
159 htonl(li->u.ulog.copy_len)))
H A Dnfnetlink_log.c600 .copy_len = 0xffff,

Completed in 744 milliseconds