|
@@ -44,7 +44,7 @@
|
|
|
static DEFINE_MUTEX(rdma_nl_mutex);
|
|
|
static struct sock *nls;
|
|
|
static struct {
|
|
|
- const struct ibnl_client_cbs *cb_table;
|
|
|
+ const struct rdma_nl_cbs *cb_table;
|
|
|
} rdma_nl_types[RDMA_NL_NUM_CLIENTS];
|
|
|
|
|
|
int rdma_nl_chk_listeners(unsigned int group)
|
|
@@ -84,7 +84,7 @@ static bool is_nl_valid(unsigned int type, unsigned int op)
|
|
|
}
|
|
|
|
|
|
void rdma_nl_register(unsigned int index,
|
|
|
- const struct ibnl_client_cbs cb_table[])
|
|
|
+ const struct rdma_nl_cbs cb_table[])
|
|
|
{
|
|
|
mutex_lock(&rdma_nl_mutex);
|
|
|
if (!is_nl_msg_valid(index, 0)) {
|