Home
last modified time | relevance | path

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

/dragonfly/sys/net/gif/
H A Dif_gif.h54 struct route gif_ro[SMP_MAXCPU]; member
H A Dif_gif.c212 rt = sc->gif_ro[n].ro_rt; in gif_clear_cache()
218 sc->gif_ro[n].ro_rt = NULL; in gif_clear_cache()
/dragonfly/sys/netinet/
H A Din_gif.c99 struct route *ro = &sc->gif_ro[mycpu->gd_cpuid]; in in_gif_output()