Home
last modified time | relevance | path

Searched refs:fib4_lookup (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_fib.h51 struct nhop_object *fib4_lookup(uint32_t fibnum, struct in_addr dst,
H A Din_fib.c113 fib4_lookup(uint32_t fibnum, struct in_addr dst, uint32_t scopeid, in fib4_lookup() function
135 fib4_lookup(uint32_t fibnum, struct in_addr dst, uint32_t scopeid, in fib4_lookup() function
H A Dtcp_offload.c82 nh = fib4_lookup(0, ((struct sockaddr_in *)nam)->sin_addr, in tcp_offload_connect()
H A Dip_options.c257 nh = fib4_lookup(M_GETFIB(m), ipaddr.sin_addr, in ip_dooptions()
303 } else if ((nh = fib4_lookup(M_GETFIB(m), in ip_dooptions()
H A Dip_fastfwd.c161 nh = fib4_lookup(M_GETFIB(m), dest, 0, NHR_NONE, in ip_findroute()
H A Dip_icmp.c852 nh = fib4_lookup(M_GETFIB(m), ip->ip_dst, 0, NHR_NONE, 0); in icmp_reflect()
961 nh = fib4_lookup(fibnum, dst->sin_addr, 0, NHR_NONE, 0); in icmp_verify_redirect_gateway()
H A Dif_ether.c1068 nh = fib4_lookup(ifp->if_fib, itaddr, 0, 0, 0); in in_arpinput()
1090 nh = fib4_lookup(ifp->if_fib, isaddr, 0, 0, 0); in in_arpinput()
H A Dip_output.c479 ro->ro_nh = fib4_lookup(fibnum, dst->sin_addr, 0, in ip_output()
516 nh = fib4_lookup(M_GETFIB(m), ip->ip_dst, 0, NHR_NONE, in ip_output()
H A Dip_input.c981 ro.ro_nh = fib4_lookup(M_GETFIB(m), ip->ip_dst, 0, NHR_REF, flowid); in ip_forward()
H A Din_mcast.c1934 nh = fib4_lookup(fibnum, gsin->sin_addr, 0, NHR_NONE, 0); in inp_lookup_mcast_ifp()
H A Din_pcb.c1175 nh = fib4_lookup(inp->inp_inc.inc_fibnum, *faddr, in in_pcbladdr()
H A Dtcp_subr.c2951 nh = fib4_lookup(inc->inc_fibnum, inc->inc_faddr, 0, NHR_NONE, 0); in tcp_maxmtu()
/f-stack/freebsd/net/route/
H A Droute_helpers.c205 nh = fib4_lookup(fibnum, a->sin_addr, 0, flags, flowid); in rib_lookup()
/f-stack/freebsd/net/
H A Dif_stf.c575 nh = fib4_lookup(sc->sc_fibnum, *in, 0, 0, 0); in stf_checkaddr4()
H A Dif_vxlan.c2524 ro->ro_nh = fib4_lookup(RT_DEFAULT_FIB, ip->ip_dst, 0, NHR_NONE, in vxlan_encap4()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c778 nh = fib4_lookup(fibnum, dst.sin_addr, 0, NHR_NONE, 0);
953 nh = fib4_lookup(RT_DEFAULT_FIB, fin->fin_src, 0, NHR_NONE, 0);
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c779 nh = fib4_lookup(M_GETFIB(m), dst->sin_addr, 0, 0, 0); in nat64_find_route4()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c483 nh = fib4_lookup(fib, src, 0, NHR_NONE, 0); in verify_path()
H A Dip_fw_table_algo.c3807 error = fib4_lookup(ti->data, in, 0, NHR_NONE, 0) != NULL; in ta_lookup_kfib()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c3271 nh = fib4_lookup(rtableid, addr->v4, 0, 0, 0); in pf_calc_mss()