rxrpc: Extract the peer address from an incoming packet earlier
authorDavid Howells <dhowells@redhat.com>
Thu, 20 Oct 2022 21:36:20 +0000 (22:36 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 1 Dec 2022 13:36:42 +0000 (13:36 +0000)
commit393a2a2007d13df7ae54c94328b45b6c2269b6a9
treeab72641da8599b570a1e281917aea771b561319f
parentcd21effb0552d666b2f8609560be764a1a56adbe
rxrpc: Extract the peer address from an incoming packet earlier

Extract the peer address from an incoming packet earlier, at the beginning
of rxrpc_input_packet() and thence pass a pointer to it to various
functions that use it as part of the lookup rather than doing it on several
separate paths.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
net/rxrpc/ar-internal.h
net/rxrpc/call_accept.c
net/rxrpc/conn_object.c
net/rxrpc/io_thread.c