Searched refs:bind_list (Results 1 – 1 of 1) sorted by relevance
1678 if (!bind_list) in cma_find_listener()1803 struct rdma_bind_list *bind_list = id_priv->bind_list; in cma_release_port() local1806 if (!bind_list) in cma_release_port()1812 cma_ps_remove(net, bind_list->ps, bind_list->port); in cma_release_port()1813 kfree(bind_list); in cma_release_port()3153 id_priv->bind_list = bind_list; in cma_bind_port()3163 bind_list = kzalloc(sizeof *bind_list, GFP_KERNEL); in cma_alloc_port()3164 if (!bind_list) in cma_alloc_port()3177 kfree(bind_list); in cma_alloc_port()3264 if (!bind_list) { in cma_use_port()[all …]