Home
last modified time | relevance | path

Searched refs:gif_ro (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Din_gif.c103 (void *)&sc->gif_ro.ro_dst; in in_gif_output()
199 if (ROUTE_UNUSABLE(&sc->gif_ro) || in in_gif_output()
202 (sc->gif_ro.ro_rt != NULL && sc->gif_ro.ro_rt->rt_ifp == ifp)) { in in_gif_output()
207 ROUTE_RELEASE(&sc->gif_ro); in in_gif_output()
213 if (sc->gif_ro.ro_rt == NULL) { in in_gif_output()
214 rtalloc(&sc->gif_ro); in in_gif_output()
215 if (sc->gif_ro.ro_rt == NULL) { in in_gif_output()
221 RT_LOCK(sc->gif_ro.ro_rt); in in_gif_output()
222 if (sc->gif_ro.ro_rt->rt_ifp == ifp) { in in_gif_output()
223 RT_UNLOCK(sc->gif_ro.ro_rt); in in_gif_output()
[all …]
/xnu-8020.101.4/bsd/net/
H A Dif_gif.h104 #define gif_ro gifsc_gifscr.gifscr_ro macro
H A Dif_gif.c1004 ROUTE_RELEASE(&sc->gif_ro); in gif_delete_tunnel()