Skip to content
  • David Howells's avatar
    rxrpc: Move peer lookup from call-accept to new-incoming-conn · d991b4a3
    David Howells authored
    
    
    Move the lookup of a peer from a call that's being accepted into the
    function that creates a new incoming connection.  This will allow us to
    avoid incrementing the peer's usage count in some cases in future.
    
    Note that I haven't bother to integrate rxrpc_get_addr_from_skb() with
    rxrpc_extract_addr_from_skb() as I'm going to delete the former in the very
    near future.
    
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    d991b4a3