rxrpc: Split up the DATA packet transmission function
authorDavid Howells <dhowells@redhat.com>
Fri, 26 Jan 2024 10:47:39 +0000 (10:47 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 29 Feb 2024 15:49:59 +0000 (15:49 +0000)
commit44125d5aaddadfe37a97e642218df184871187be
tree17064b98b6116fd2c7064d65ba4f56b7a2c73ff3
parentff342bdc59f4a7431d0b58ce8bc2ef7d44cff15f
rxrpc: Split up the DATA packet transmission function

Split (sub)packet preparation and timestamping out of the DATA packet
transmission function to make it easier to glue multiple txbufs together
into a jumbo DATA packet.  This will require preparation and timestamping
of all the subpackets in a txbuf, and these functions provide convenient
points to place the required iteration.

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