Home
last modified time | relevance | path

Searched refs:rtcache_lookup (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/netinet6/
H A Dip6_forward.c203 rt = rtcache_lookup(ro, &u.dst); in ip6_forward()
H A Din6_l2tp.c201 if ((rt = rtcache_lookup(ro_pc, var->lv_pdst)) == NULL) { in in6_l2tp_output()
H A Din6_gif.c184 rt = rtcache_lookup(ro_pc, var->gv_pdst); in in6_gif_output()
H A Dfrag6.c193 if ((rt = rtcache_lookup(&ro, &u.dst)) != NULL) in frag6_input()
H A Din6_src.c660 rt = rtcache_lookup(ron, sin6tosa(sin6_next)); in in6_selectroute()
H A Dip6_output.c710 rt_pmtu = rtcache_lookup(ro_pmtu, &u.dst); in ip6_output()
1862 rt = rtcache_lookup(ro, &u.dst); in ip6_ctloutput()
/netbsd-src/sys/netinet/
H A Din_l2tp.c207 if ((rt = rtcache_lookup(ro_pc, var->lv_pdst)) == NULL) { in in_l2tp_output()
H A Din_gif.c177 if ((rt = rtcache_lookup(ro_pc, var->gv_pdst)) == NULL) { in in_gif_output()
H A Dip_input.c1181 rt = rtcache_lookup(ro, &u.dst); in ip_rtaddr()
1367 rt = rtcache_lookup(ro, &u.dst); in ip_forward()
H A Din_pcb.c1213 return rtcache_lookup(ro, &u.dst); in inpcb_rtentry()
H A Dsctp_output.c1895 rt = rtcache_lookup(ro, (struct sockaddr *)&to); in sctp_ipv6_source_address_selection()
2159 rt = rtcache_lookup(ro, to); in sctp_lowlevel_chunk_output()
2326 rt = rtcache_lookup(ro, (struct sockaddr *) sin6); in sctp_lowlevel_chunk_output()
3417 rt = rtcache_lookup(ro, (struct sockaddr *) sin); in sctp_send_initiate_ack()
3505 rt = rtcache_lookup(ro, (struct sockaddr *) sin6); in sctp_send_initiate_ack()
H A Din.c1859 rt = rtcache_lookup(ro, &u.dst); in in_selectsrc()
H A Dsctp_pcb.c2509 rt = rtcache_lookup(&net->ro, newaddr); in sctp_add_remote_addr()
/netbsd-src/sys/netatalk/
H A Dddp_input.c266 rt = rtcache_lookup(&forwro, &u.dst); in ddp_input()
H A Dddp_usrreq.c254 rt = rtcache_lookup(ro, &u.dst); in at_pcbconnect()
/netbsd-src/sys/net/
H A Droute.h507 rtcache_lookup(struct route *ro, const struct sockaddr *dst) in rtcache_lookup() function
H A Dif_stf.c438 if ((rt = rtcache_lookup(&sc->sc_ro, &u.dst)) == NULL) { in stf_output()
/netbsd-src/sys/netipsec/
H A Dipsecif.c619 if ((rt = rtcache_lookup(ro_pc, &u.dst)) == NULL) { in ipsecif6_output()