Searched refs:rtcache_lookup (Results 1 – 18 of 18) sorted by relevance
| /netbsd-src/sys/netinet6/ |
| H A D | ip6_forward.c | 203 rt = rtcache_lookup(ro, &u.dst); in ip6_forward()
|
| H A D | in6_l2tp.c | 201 if ((rt = rtcache_lookup(ro_pc, var->lv_pdst)) == NULL) { in in6_l2tp_output()
|
| H A D | in6_gif.c | 184 rt = rtcache_lookup(ro_pc, var->gv_pdst); in in6_gif_output()
|
| H A D | frag6.c | 193 if ((rt = rtcache_lookup(&ro, &u.dst)) != NULL) in frag6_input()
|
| H A D | in6_src.c | 660 rt = rtcache_lookup(ron, sin6tosa(sin6_next)); in in6_selectroute()
|
| H A D | ip6_output.c | 710 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 D | in_l2tp.c | 207 if ((rt = rtcache_lookup(ro_pc, var->lv_pdst)) == NULL) { in in_l2tp_output()
|
| H A D | in_gif.c | 177 if ((rt = rtcache_lookup(ro_pc, var->gv_pdst)) == NULL) { in in_gif_output()
|
| H A D | ip_input.c | 1181 rt = rtcache_lookup(ro, &u.dst); in ip_rtaddr() 1367 rt = rtcache_lookup(ro, &u.dst); in ip_forward()
|
| H A D | in_pcb.c | 1213 return rtcache_lookup(ro, &u.dst); in inpcb_rtentry()
|
| H A D | sctp_output.c | 1895 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 D | in.c | 1859 rt = rtcache_lookup(ro, &u.dst); in in_selectsrc()
|
| H A D | sctp_pcb.c | 2509 rt = rtcache_lookup(&net->ro, newaddr); in sctp_add_remote_addr()
|
| /netbsd-src/sys/netatalk/ |
| H A D | ddp_input.c | 266 rt = rtcache_lookup(&forwro, &u.dst); in ddp_input()
|
| H A D | ddp_usrreq.c | 254 rt = rtcache_lookup(ro, &u.dst); in at_pcbconnect()
|
| /netbsd-src/sys/net/ |
| H A D | route.h | 507 rtcache_lookup(struct route *ro, const struct sockaddr *dst) in rtcache_lookup() function
|
| H A D | if_stf.c | 438 if ((rt = rtcache_lookup(&sc->sc_ro, &u.dst)) == NULL) { in stf_output()
|
| /netbsd-src/sys/netipsec/ |
| H A D | ipsecif.c | 619 if ((rt = rtcache_lookup(ro_pc, &u.dst)) == NULL) { in ipsecif6_output()
|