Searched refs:ibnd_node_cache_t (Results 1 – 1 of 1) sorted by relevance
117 } ibnd_node_cache_t; typedef132 ibnd_node_cache_t *nodes_cache;134 ibnd_node_cache_t *nodescachetbl[HTSZ];258 static void _destroy_ibnd_node_cache(ibnd_node_cache_t * node_cache) in _destroy_ibnd_node_cache()268 ibnd_node_cache_t *node_cache; in _destroy_ibnd_fabric_cache()269 ibnd_node_cache_t *node_cache_next; in _destroy_ibnd_fabric_cache()299 static void store_node_cache(ibnd_node_cache_t * node_cache, in store_node_cache()314 ibnd_node_cache_t *node_cache = NULL; in _load_node()319 node_cache = (ibnd_node_cache_t *) malloc(sizeof(ibnd_node_cache_t)); in _load_node()324 memset(node_cache, '\0', sizeof(ibnd_node_cache_t)); in _load_node()[all …]