rxrpc: Note cksum in txbuf
[linux-2.6-microblaze.git] / net / rxrpc / ar-internal.h
index 54d1dc9..c9a2882 100644 (file)
@@ -803,6 +803,7 @@ struct rxrpc_txbuf {
        unsigned int            flags;
 #define RXRPC_TXBUF_WIRE_FLAGS 0xff            /* The wire protocol flags */
 #define RXRPC_TXBUF_RESENT     0x100           /* Set if has been resent */
+       __be16                  cksum;          /* Checksum to go in header */
        u8 /*enum rxrpc_propose_ack_trace*/ ack_why;    /* If ack, why */
        struct {
                /* The packet for encrypting and DMA'ing.  We align it such