Home
last modified time | relevance | path

Searched refs:nh_ref_table (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/route/
H A Dfib_algo.c658 fd->nh_ref_table->count); in sync_algo_end_cb()
835 if ((fd->nh_idx != NULL) && (fd->nh_ref_table != NULL)) { in destroy_fd_instance()
845 if (fd->nh_ref_table != NULL) in destroy_fd_instance()
846 free(fd->nh_ref_table, M_RTABLE); in destroy_fd_instance()
921 fd->nh_ref_table = malloc(size, M_RTABLE, M_NOWAIT | M_ZERO); in try_setup_fd_instance()
922 if (fd->nh_ref_table == NULL) { in try_setup_fd_instance()
1422 return (fd->nh_ref_table->refcnt[index] == 0); in is_idx_free()
1438 fd->nh_ref_table->count++; in fib_ref_nhop()
1441 fd->nh_ref_table->refcnt[idx]++; in fib_ref_nhop()
1494 fd->nh_ref_table->refcnt[idx]--; in fib_unref_nhop()
[all …]