1CSUM_PARTIAL_COPY_TO(9)        Linux Networking        CSUM_PARTIAL_COPY_TO(9)
2
3
4

NAME

6       csum_partial_copy_to_xdr - checksum and copy data
7

SYNOPSIS

9       int csum_partial_copy_to_xdr(struct xdr_buf * xdr,
10                                    struct sk_buff * skb);
11

ARGUMENTS

13       xdr
14           target XDR buffer
15
16       skb
17           source skb
18

DESCRIPTION

20       We have set things up such that we perform the checksum of the UDP
21       packet in parallel with the copies into the RPC client iovec. -DaveM
22
24Kernel Hackers Manual 3.10         June 2019           CSUM_PARTIAL_COPY_TO(9)
Impressum