Searched refs:ndpp (Results 1 – 1 of 1) sorted by relevance
73 lstcon_node_find(lnet_process_id_t id, lstcon_node_t **ndpp, int create) in lstcon_node_find() argument86 *ndpp = ndl->ndl_node; in lstcon_node_find()93 LIBCFS_ALLOC(*ndpp, sizeof(lstcon_node_t) + sizeof(lstcon_ndlink_t)); in lstcon_node_find()94 if (*ndpp == NULL) in lstcon_node_find()97 ndl = (lstcon_ndlink_t *)(*ndpp + 1); in lstcon_node_find()99 ndl->ndl_node = *ndpp; in lstcon_node_find()