rxrpc: Fix the names of the fields in the ACK trailer struct
authorDavid Howells <dhowells@redhat.com>
Fri, 26 Jan 2024 16:17:03 +0000 (16:17 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 29 Feb 2024 15:49:57 +0000 (15:49 +0000)
commit17469ae0582aaacad36e8e858f58b86c369f21ef
treefa46cc169c7bc80d294c76fbebc610d41c236eb5
parent41b8debba79ca4a4aee35f2e3c66bfc7bb6691ee
rxrpc: Fix the names of the fields in the ACK trailer struct

From AFS-3.3 a trailer containing extra info was added to the ACK packet
format - but AF_RXRPC has the names of some of the fields mixed up compared
to other AFS implementations.

Rename the struct and the fields to make them match.

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
include/trace/events/rxrpc.h
net/rxrpc/conn_event.c
net/rxrpc/input.c
net/rxrpc/output.c
net/rxrpc/protocol.h