Lines Matching defs:ro
83 ip6_forward(struct mbuf *m, struct route *ro, int flags)
205 if (ro == NULL) {
206 ro = &iproute;
207 ro->ro_rt = NULL;
209 rt = route6_mpath(ro, &ip6->ip6_dst, &ip6->ip6_src,
218 dst = &ro->ro_dstsa;
257 error = ip6_output_ipsec_send(tdb, m, ro, 0, 1);
258 rt = ro->ro_rt;
287 nd6_is_addr_neighbor(&ro->ro_dstsin6, ifp)) {
340 if (ro == &iproute)
341 rtfree(ro->ro_rt);
342 ro = NULL;
461 if (ro == &iproute)
462 rtfree(ro->ro_rt);