Searched refs:ip6forward_rt (Results 1 – 1 of 1) sorted by relevance
145 ip6_forward(struct mbuf *m, struct route_in6 *ip6forward_rt, in ip6_forward() argument176 (rt = ip6forward_rt->ro_rt) != NULL && (rt->rt_flags & RTF_PROXY)) { in ip6_forward()177 nd6_proxy_find_fwdroute(m->m_pkthdr.rcvif, ip6forward_rt); in ip6_forward()178 if ((rt = ip6forward_rt->ro_rt) != NULL) { in ip6_forward()191 if (ifscope != IFSCOPE_NONE && (rt = ip6forward_rt->ro_rt) != NULL) { in ip6_forward()195 ROUTE_RELEASE(ip6forward_rt); in ip6_forward()259 proxy = nd6_prproxy_isours(m, ip6, ip6forward_rt, ifscope); in ip6_forward()415 dst = SIN6(&ip6forward_rt->ro_dst); in ip6_forward()416 if ((rt = ip6forward_rt->ro_rt) != NULL) { in ip6_forward()422 VERIFY(rt == NULL || rt == ip6forward_rt->ro_rt); in ip6_forward()[all …]