Lines Matching defs:rt
83 struct rtentry *rt;
177 if ((rt = rtcache_lookup(ro_pc, var->gv_pdst)) == NULL) {
184 if (rt->rt_ifp == ifp) {
185 rtcache_unref(rt, ro_pc);
191 rtcache_unref(rt, ro_pc);
314 struct rtentry *rt;
317 rt = rtalloc1(&u.sa, 0);
318 if (rt == NULL || rt->rt_ifp != ifp) {
325 if (rt != NULL)
326 rt_unref(rt);
329 rt_unref(rt);