Searched refs:ip6forward_rt (Results 1 – 1 of 1) sorted by relevance
144 ip6_forward(struct mbuf *m, struct route_in6 *ip6forward_rt, in ip6_forward() argument175 (rt = ip6forward_rt->ro_rt) != NULL && (rt->rt_flags & RTF_PROXY)) { in ip6_forward()176 nd6_proxy_find_fwdroute(m->m_pkthdr.rcvif, ip6forward_rt); in ip6_forward()177 if ((rt = ip6forward_rt->ro_rt) != NULL) { in ip6_forward()190 if (ifscope != IFSCOPE_NONE && (rt = ip6forward_rt->ro_rt) != NULL) { in ip6_forward()194 ROUTE_RELEASE(ip6forward_rt); in ip6_forward()258 proxy = nd6_prproxy_isours(m, ip6, ip6forward_rt, ifscope); in ip6_forward()414 dst = SIN6(&ip6forward_rt->ro_dst); in ip6_forward()415 if ((rt = ip6forward_rt->ro_rt) != NULL) { in ip6_forward()421 VERIFY(rt == NULL || rt == ip6forward_rt->ro_rt); in ip6_forward()[all …]