Searched refs:fd_algo_data (Results 1 – 1 of 1) sorted by relevance
150 void *fd_algo_data; /* algorithm data */ member576 result = fd->fd_flm->flm_change_rib_item_cb(rnh, rc, fd->fd_algo_data); in handle_rtable_change_cb()668 w->result = fd->fd_flm->flm_dump_end_cb(fd->fd_algo_data, &fd->fd_dp); in sync_algo_end_cb()697 w->result = w->func(rt, w->fd->fd_algo_data); in sync_algo_cb()831 if (fd->fd_algo_data != NULL) in destroy_fd_instance()832 fd->fd_flm->flm_destroy_cb(fd->fd_algo_data); in destroy_fd_instance()929 void *old_algo_data = (old_fd != NULL) ? old_fd->fd_algo_data : NULL; in try_setup_fd_instance()930 result = flm->flm_init_cb(fd->fd_fibnum, fd, old_algo_data, &fd->fd_algo_data); in try_setup_fd_instance()