Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dfib_algo.c167 static bool is_idx_free(struct fib_data *fd, uint32_t index);
837 if (!is_idx_free(fd, i)) { in destroy_fd_instance()
1419 is_idx_free(struct fib_data *fd, uint32_t index) in is_idx_free() function
1435 if (is_idx_free(fd, idx)) { in fib_ref_nhop()