Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Din6_fib.h43 struct rtentry *fib6_lookup_rt(uint32_t fibnum, const struct in6_addr *dst6,
H A Din6_fib.c294 fib6_lookup_rt(uint32_t fibnum, const struct in6_addr *dst6, in fib6_lookup_rt() function
338 rt = fib6_lookup_rt(fibnum, dst6, scopeid, NHR_UNLOCKED, &rnd); in fib6_lookup_debugnet()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm6.c176 rt = fib6_lookup_rt(dd->fibnum, addr6, 0, NHR_UNLOCKED, &rnd); in pack_parent_rule()
/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.c428 rt = fib6_lookup_rt(r->fib, &fle6->f.r.dst.r_dst6, 0, NHR_NONE, &rnd); in hash6_insert()
448 rt = fib6_lookup_rt(r->fib, &fle6->f.r.src.r_src6, 0, NHR_NONE, &rnd); in hash6_insert()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c3953 rt = fib6_lookup_rt(ti->data, &tent->k.addr6, 0, 0, &rnd); in ta_find_kfib_tentry()