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

/freebsd-13-stable/sys/tests/fib_lookup/
H A Dfib_lookup.c292 struct nhop_object *nh_fib; local
296 nh_fib = fib4_lookup(fibnum, a, 0, NHR_NONE, 0);
299 if (nh_fib == NULL && rt == NULL) {
301 } else if (nh_fib == nhop_select(rnd.rnd_nhop, 0)) {
313 key_str, nhop_get_idx(nh_fib));
320 nhop_get_idx(nh_fib));
541 struct nhop_object *nh_fib; local
596 nh_fib = fib4_lookup(RT_DEFAULT_FIB, key, 0, NHR_NONE, 0);
598 if (nh_fib != NULL) {
599 acc += (uintptr_t) nh_fib
[all...]
/freebsd-13-stable/sys/net/route/
H A Dnhop.h191 uint32_t nh_fib; /* Fib nexhop is attached to */ member in struct:nhop_external
H A Dnhop_ctl.c833 pnhe->nh_fib = rh->rib_fibnum;

Completed in 57 milliseconds