Searched refs:flm_new (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/net/route/
H A Dfib_algo.c196 static bool rebuild_fd_flm(struct fib_data *fd, struct fib_lookup_module *flm_new);
1321 struct fib_lookup_module *flm_new = NULL; local
1333 flm_new = fib_check_best_algo(fd->fd_rh, fd->fd_flm);
1334 if (flm_new != NULL)
1344 result = rebuild_fd_flm(fd, flm_new != NULL ? flm_new : fd->fd_flm);
1345 if (flm_new != NULL)
1346 fib_unref_algo(flm_new);
1377 rebuild_fd_flm(struct fib_data *fd, struct fib_lookup_module *flm_new) argument
1382 if (flm_new
1403 struct fib_lookup_module *flm_new = NULL; local
[all...]

Completed in 159 milliseconds