Lines Matching defs:ro_pc
93 struct route *ro_pc;
183 if_tunnel_get_ro(sc->gif_ro_percpu, &ro_pc, &lock_pc);
184 rt = rtcache_lookup(ro_pc, var->gv_pdst);
193 rtcache_unref(rt, ro_pc);
194 rtcache_free(ro_pc);
199 rtcache_unref(rt, ro_pc);
249 error = ip6_output(m, 0, ro_pc, flags, NULL, NULL, NULL);
251 error = ip6_output(m, 0, ro_pc, 0, NULL, NULL, NULL);
473 struct route *ro_pc;
510 if_tunnel_get_ro(sc->gif_ro_percpu, &ro_pc, &lock_pc);
511 dst6 = satocsin6(rtcache_getdst(ro_pc));
516 rtcache_free(ro_pc);