Home
last modified time | relevance | path

Searched refs:fib6_lookup (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/netinet6/
H A Din6_fib.h38 struct nhop_object *fib6_lookup(uint32_t fibnum,
H A Din6_fib.c121 fib6_lookup(uint32_t fibnum, const struct in6_addr *dst6, in fib6_lookup() function
143 fib6_lookup(uint32_t fibnum, const struct in6_addr *dst6, in fib6_lookup() function
H A Din6_src.c719 ron->ro_nh = fib6_lookup(fibnum, in selectroute()
770 ro->ro_nh = fib6_lookup(fibnum, in selectroute()
923 nh = fib6_lookup(fibnum, &dst, scopeid, 0, 0); in in6_selecthlim()
H A Dip6_fastfwd.c64 nh = fib6_lookup(M_GETFIB(m), &dst->sin6_addr, in ip6_findroute()
H A Dip6_forward.c187 nh = fib6_lookup(M_GETFIB(m), &dst.sin6_addr, dst.sin6_scope_id, in ip6_forward()
H A Dip6_output.c775 nh = fib6_lookup(fibnum, &kdst, scopeid, NHR_NONE, in ip6_output()
1472 nh = fib6_lookup(fibnum, &kdst, scopeid, NHR_NONE, 0); in ip6_getpmtu_ctl()
1526 nh = fib6_lookup(fibnum, &kdst, scopeid, NHR_NONE, 0); in ip6_getpmtu()
H A Din6.c2206 nh = fib6_lookup(fibnum, &dst, scopeid, NHR_NONE, 0); in in6_lltable_rtcheck()
H A Dicmp6.c2276 nh = fib6_lookup(ifp->if_fib, &kdst, scopeid, 0, 0); in icmp6_redirect_input()
H A Din6_mcast.c1842 nh = fib6_lookup(fibnum, &dst, scopeid, 0, 0); in in6p_lookup_mcast_ifp()
/f-stack/freebsd/netinet/
H A Dtcp_offload.c90 nh = fib6_lookup(0, &((struct sockaddr_in6 *)nam)->sin6_addr, in tcp_offload_connect()
H A Dtcp_subr.c2990 nh = fib6_lookup(inc->inc_fibnum, &dst6, scopeid, NHR_NONE, 0); in tcp_maxmtu6()
/f-stack/freebsd/net/route/
H A Droute_helpers.c213 nh = fib6_lookup(fibnum, &a->sin6_addr, a->sin6_scope_id, in rib_lookup()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c626 nh = fib6_lookup(M_GETFIB(m), &dst->sin6_addr, 0, 0, 0); in nat64_find_route6()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c828 nh = fib6_lookup(fib, src, 0, NHR_NONE, 0); in verify_path6()
H A Dip_fw_table_algo.c3812 error = fib6_lookup(ti->data, (struct in6_addr *)key, in ta_lookup_kfib()
/f-stack/freebsd/net/
H A Dif_vxlan.c2636 ro->ro_nh = fib6_lookup(RT_DEFAULT_FIB, &ip6->ip6_dst, 0, in vxlan_encap6()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c3280 nh = fib6_lookup(rtableid, &dst6, scopeid, 0, 0); in pf_calc_mss()