[PATCH 08/11] rxrpc: Implement peer endpoint cache

2016-03-07 Thread David Howells
Implement the peer RxRPC endpoint cache. Only the primary cache is used. This is indexed on the following details: - Network transport family - currently only AF_INET. - Network transport type - currently only UDP. - Peer network transport address. We use the RCU read lock to handle

[PATCH 08/11] rxrpc: Implement peer endpoint cache

2016-03-07 Thread David Howells
Implement the peer RxRPC endpoint cache. Only the primary cache is used. This is indexed on the following details: - Network transport family - currently only AF_INET. - Network transport type - currently only UDP. - Peer network transport address. We use the RCU read lock to handle