Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/route/
H A Dfib_algo.c930 fd->nh_ref_table->count); in sync_algo_end_cb()
1106 if ((fd->nh_idx != NULL) && (fd->nh_ref_table != NULL)) { in destroy_fd_instance()
1116 if (fd->nh_ref_table != NULL) in destroy_fd_instance()
1117 free(fd->nh_ref_table, M_RTABLE); in destroy_fd_instance()
1197 fd->nh_ref_table = malloc(size, M_RTABLE, M_NOWAIT | M_ZERO); in try_setup_fd_instance()
1198 if (fd->nh_ref_table == NULL) { in try_setup_fd_instance()
1785 return (fd->nh_ref_table->refcnt[index] == 0); in is_idx_free()
1801 fd->nh_ref_table->count++; in fib_ref_nhop()
1804 fd->nh_ref_table->refcnt[idx]++; in fib_ref_nhop()
1857 fd->nh_ref_table->refcnt[idx]--; in fib_unref_nhop()
[all …]