1CSUM_PARTIAL_COPY_TO(9) Linux Networking CSUM_PARTIAL_COPY_TO(9)
23
4
NAME
6csum_partial_copy_to_xdr - checksum and copy data
7
SYNOPSIS
9int csum_partial_copy_to_xdr(struct xdr_buf * xdr,
10struct sk_buff * skb);
11
ARGUMENTS
13xdr
14target XDR buffer
1516
skb
17source skb
18
DESCRIPTION
20We have set things up such that we perform the checksum of the UDP
21packet in parallel with the copies into the RPC client iovec. -DaveM
22
COPYRIGHT
24Kernel Hackers Manual 2.6. June 2019 CSUM_PARTIAL_COPY_TO(9)