if_stf.c | 131 struct route sc_ro; member in struct:stf_softc 256 rtcache_free(&sc->sc_ro); 438 if ((rt = rtcache_lookup(&sc->sc_ro, &u.dst)) == NULL) { 446 rtcache_unref(rt, &sc->sc_ro); 447 rtcache_free(&sc->sc_ro); 452 rtcache_unref(rt, &sc->sc_ro); 456 return ip_output(m, NULL, &sc->sc_ro, 0, NULL, NULL);
|