Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dfib_algo.c615 estimate_nhop_scale(const struct fib_data *old_fd, struct fib_data *fd) in estimate_nhop_scale() argument
618 if (old_fd == NULL) { in estimate_nhop_scale()
624 if (old_fd->hit_nhops && old_fd->number_nhops < FIB_MAX_NHOPS) in estimate_nhop_scale()
625 fd->number_nhops = 2 * old_fd->number_nhops; in estimate_nhop_scale()
627 fd->number_nhops = old_fd->number_nhops; in estimate_nhop_scale()
879 struct fib_data *old_fd, struct fib_data **pfd) in try_setup_fd_instance() argument
894 estimate_nhop_scale(old_fd, fd); in try_setup_fd_instance()
929 void *old_algo_data = (old_fd != NULL) ? old_fd->fd_algo_data : NULL; in try_setup_fd_instance()