Home | History | Annotate | Download | only in netipsec

Lines Matching defs:ro_pc

516 	struct route *ro_pc;
618 if_tunnel_get_ro(sc->ipsec_ro_percpu, &ro_pc, &lock_pc);
619 if ((rt = rtcache_lookup(ro_pc, &u.dst)) == NULL) {
626 rtcache_unref(rt, ro_pc);
627 rtcache_free(ro_pc);
632 rtcache_unref(rt, ro_pc);
685 error = ip6_output(m, 0, ro_pc, flags, 0, NULL, NULL);
689 rtcache_free(ro_pc);
1013 struct route *ro_pc;
1038 if_tunnel_get_ro(sc->ipsec_ro_percpu, &ro_pc, &lock_pc);
1039 dst6 = satocsin6(rtcache_getdst(ro_pc));
1045 rtcache_free(ro_pc);