Searched refs:nh_ref_table (Results 1 – 1 of 1) sorted by relevance
182 struct nhop_ref_table *nh_ref_table; /* array with # of nhop references */ member929 fd->nh_ref_table->count); in sync_algo_end_cb()1105 if ((fd->nh_idx != NULL) && (fd->nh_ref_table != NULL)) { in destroy_fd_instance()1115 if (fd->nh_ref_table != NULL) in destroy_fd_instance()1116 free(fd->nh_ref_table, M_RTABLE); in destroy_fd_instance()1196 fd->nh_ref_table = malloc(size, M_RTABLE, M_NOWAIT | M_ZERO); in try_setup_fd_instance()1197 if (fd->nh_ref_table == NULL) { in try_setup_fd_instance()1784 return (fd->nh_ref_table->refcnt[index] == 0); in is_idx_free()1800 fd->nh_ref_table->count++; in fib_ref_nhop()1803 fd->nh_ref_table->refcnt[idx]++; in fib_ref_nhop()[all …]