Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6_fib.h41 struct rtentry *fib6_lookup_rt(uint32_t fibnum, const struct in6_addr *dst6,
H A Din6_fib.c293 fib6_lookup_rt(uint32_t fibnum, const struct in6_addr *dst6, in fib6_lookup_rt() function
337 rt = fib6_lookup_rt(fibnum, dst6, scopeid, NHR_UNLOCKED, &rnd); in fib6_lookup_debugnet()
/freebsd/sys/netgraph/netflow/
H A Dnetflow.c433 rt = fib6_lookup_rt(r->fib, &fle6->f.r.dst.r_dst6, 0, NHR_NONE, &rnd); in hash6_insert()
453 rt = fib6_lookup_rt(r->fib, &fle6->f.r.src.r_src6, 0, NHR_NONE, &rnd); in hash6_insert()
/freebsd/sys/net/route/
H A Droute_helpers.c559 rt = fib6_lookup_rt(fibnum, paddr, 0, NHR_UNLOCKED, &rnd); in get_inet6_parent_prefix()
/freebsd/sys/tests/fib_lookup/
H A Dfib_lookup.c335 rt = fib6_lookup_rt(fibnum, a, 0, NHR_NONE, &rnd); in cmp_dst6()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3955 rt = fib6_lookup_rt(ti->data, &tent->k.addr6, 0, 0, &rnd); in ta_find_kfib_tentry()