Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Din_gif.c104 struct sockaddr_in *__single dst = SIN(&sc->gif_ro.ro_dst); in in_gif_output()
198 if (ROUTE_UNUSABLE(&sc->gif_ro) || in in_gif_output()
201 (sc->gif_ro.ro_rt != NULL && sc->gif_ro.ro_rt->rt_ifp == ifp)) { in in_gif_output()
206 ROUTE_RELEASE(&sc->gif_ro); in in_gif_output()
212 if (sc->gif_ro.ro_rt == NULL) { in in_gif_output()
213 rtalloc(&sc->gif_ro); in in_gif_output()
214 if (sc->gif_ro.ro_rt == NULL) { in in_gif_output()
220 RT_LOCK(sc->gif_ro.ro_rt); in in_gif_output()
221 if (sc->gif_ro.ro_rt->rt_ifp == ifp) { in in_gif_output()
222 RT_UNLOCK(sc->gif_ro.ro_rt); in in_gif_output()
[all …]
/xnu-12377.81.4/bsd/net/
H A Dif_gif.h104 #define gif_ro gifsc_gifscr.gifscr_ro macro
H A Dif_gif.c1005 ROUTE_RELEASE(&sc->gif_ro); in gif_delete_tunnel()