Searched refs:bind_list (Results 1 – 2 of 2) sorted by relevance
1831 if (!bind_list) in cma_find_listener()2002 struct rdma_bind_list *bind_list = id_priv->bind_list; in cma_release_port() local2005 if (!bind_list) in cma_release_port()2011 cma_ps_remove(net, bind_list->ps, bind_list->port); in cma_release_port()2012 kfree(bind_list); in cma_release_port()3677 id_priv->bind_list = bind_list; in cma_bind_port()3689 bind_list = kzalloc(sizeof *bind_list, GFP_KERNEL); in cma_alloc_port()3690 if (!bind_list) in cma_alloc_port()3703 kfree(bind_list); in cma_alloc_port()3768 if (!bind_list) { in cma_alloc_any_port()[all …]
56 struct rdma_bind_list *bind_list; member