Lines Matching refs:peer
169 struct rxrpc_peer *peer = NULL;
285 * parameter set. We look up the peer first as an intermediate step
286 * and then the connection from the peer's tree.
290 peer = rxrpc_lookup_peer_rcu(local, &peer_srx);
291 if (!peer) {
296 conn = rxrpc_find_service_conn_rcu(peer, skb);
305 peer = rxrpc_get_peer_maybe(peer, rxrpc_peer_get_input);
308 ret = rxrpc_new_incoming_call(local, peer, NULL, &peer_srx, skb);
309 rxrpc_put_peer(peer, rxrpc_peer_put_input);
401 return rxrpc_new_incoming_call(conn->local, conn->peer, conn,