Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/route/
HDfib_algo.c1249 struct fib_data *orig_fd, struct fib_data **pfd, bool attach) in setup_fd_instance() argument
1257 prev_fd = orig_fd; in setup_fd_instance()
1269 if ((prev_fd != NULL) && (prev_fd != orig_fd)) { in setup_fd_instance()
1289 orig_fd ? orig_fd->fd_failed_rebuilds + 1 : 0); in setup_fd_instance()
1292 if (orig_fd != NULL) in setup_fd_instance()
1293 orig_fd->fd_failed_rebuilds++; in setup_fd_instance()
1300 if ((prev_fd != NULL) && (prev_fd != orig_fd)) in setup_fd_instance()