rxrpc: Allocate ACK records at proposal and queue for transmission
authorDavid Howells <dhowells@redhat.com>
Thu, 30 Jan 2020 21:48:13 +0000 (21:48 +0000)
committerDavid Howells <dhowells@redhat.com>
Tue, 8 Nov 2022 16:42:28 +0000 (16:42 +0000)
commit72f0c6fb057971864fe4d42b289b8e6ede836ef1
tree235027c34ecdd59d28f77b12f084e9f83df95996
parent02a1935640f8f8539b8f2dbd6eeb539de93b2ce4
rxrpc: Allocate ACK records at proposal and queue for transmission

Allocate rxrpc_txbuf records for ACKs and put onto a queue for the
transmitter thread to dispatch.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
include/trace/events/rxrpc.h
net/rxrpc/ar-internal.h
net/rxrpc/call_accept.c
net/rxrpc/call_event.c
net/rxrpc/input.c
net/rxrpc/local_object.c
net/rxrpc/output.c
net/rxrpc/recvmsg.c
net/rxrpc/sendmsg.c
net/rxrpc/txbuf.c