rxrpc: Note cksum in txbuf
authorDavid Howells <dhowells@redhat.com>
Mon, 29 Jan 2024 14:37:52 +0000 (14:37 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 29 Feb 2024 15:49:57 +0000 (15:49 +0000)
commit41b8debba79ca4a4aee35f2e3c66bfc7bb6691ee
tree7fe02a5e2999b9178ab12d7927fec237e3e4b0c9
parent12bdff73a147aebcea8efae2b395ef0c27448909
rxrpc: Note cksum in txbuf

Add a field to rxrpc_txbuf in which to store the checksum to go in the
header as this may get overwritten in the wire header struct when
transmitting as part of a jumbo packet.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: "David S. Miller" <davem@davemloft.net>
cc: Eric Dumazet <edumazet@google.com>
cc: Jakub Kicinski <kuba@kernel.org>
cc: Paolo Abeni <pabeni@redhat.com>
cc: linux-afs@lists.infradead.org
cc: netdev@vger.kernel.org
net/rxrpc/ar-internal.h
net/rxrpc/output.c
net/rxrpc/rxkad.c
net/rxrpc/txbuf.c