Searched refs:fib6_lookup_rt (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | in6_fib.h | 41 struct rtentry *fib6_lookup_rt(uint32_t fibnum, const struct in6_addr *dst6,
|
H A D | in6_fib.c | 293 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 D | netflow.c | 433 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 D | route_helpers.c | 559 rt = fib6_lookup_rt(fibnum, paddr, 0, NHR_UNLOCKED, &rnd); in get_inet6_parent_prefix()
|
/freebsd/sys/tests/fib_lookup/ |
H A D | fib_lookup.c | 335 rt = fib6_lookup_rt(fibnum, a, 0, NHR_NONE, &rnd); in cmp_dst6()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table_algo.c | 3955 rt = fib6_lookup_rt(ti->data, &tent->k.addr6, 0, 0, &rnd); in ta_find_kfib_tentry()
|