Home
last modified time | relevance | path

Searched refs:gif_ro6 (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/netinet6/
H A Din6_gif.c104 struct sockaddr_in6 *dst = SIN6(&sc->gif_ro6.ro_dst); in in6_gif_output()
192 if (ROUTE_UNUSABLE(&sc->gif_ro6) || in in6_gif_output()
195 (sc->gif_ro6.ro_rt != NULL && sc->gif_ro6.ro_rt->rt_ifp == ifp)) { in in6_gif_output()
201 ROUTE_RELEASE(&sc->gif_ro6); in in6_gif_output()
207 if (sc->gif_ro6.ro_rt == NULL) { in in6_gif_output()
208 rtalloc((struct route *)&sc->gif_ro6); in in6_gif_output()
209 if (sc->gif_ro6.ro_rt == NULL) { in in6_gif_output()
213 RT_LOCK(sc->gif_ro6.ro_rt); in in6_gif_output()
215 if (sc->gif_ro6.ro_rt->rt_ifp == ifp) { in in6_gif_output()
216 RT_UNLOCK(sc->gif_ro6.ro_rt); in in6_gif_output()
[all …]
/xnu-12377.81.4/bsd/net/
H A Dif_gif.h105 #define gif_ro6 gifsc_gifscr.gifscr_ro6 macro