Checksum and copy data
int csum_partial_copy_to_xdr(struct xdr_buf * xdr, struct sk_buff * skb);
xdr
target XDR buffer
skb
source skb
We have set things up such that we perform the checksum of the UDP packet in parallel with the copies into the RPC client iovec. -DaveM