Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dfib_algo.c780 struct fib_data *fd, *fd_tmp; in fib_cleanup_algo() local
784 TAILQ_FOREACH_SAFE(fd, &V_fib_data_list, entries, fd_tmp) { in fib_cleanup_algo()
799 TAILQ_FOREACH_SAFE(fd, &tmp_head, entries, fd_tmp) { in fib_cleanup_algo()
1059 struct fib_data *fd_new, *fd_tmp; in rebuild_fd() local
1082 fd_tmp = fd; in rebuild_fd()
1084 fd_tmp = NULL; in rebuild_fd()
1087 result = setup_fd_instance(flm_new, fd->fd_rh, fd_tmp, &fd_new, true); in rebuild_fd()
1088 if (fd_tmp == NULL) { in rebuild_fd()