• David Howells's avatar
    rxrpc: Split up the DATA packet transmission function · 44125d5a
    David Howells authored
    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: default avatarDavid 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
    44125d5a
output.c 19.6 KB