Home
last modified time | relevance | path

Searched refs:gif_if (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/net/gif/
H A Dif_gif.c145 sc->gif_if.if_softc = sc; in gif_clone_create()
160 sc->gif_if.if_addrlen = 0; in gifattach0()
161 sc->gif_if.if_mtu = GIF_MTU; in gifattach0()
165 sc->gif_if.if_flags |= IFF_LINK2; in gifattach0()
167 sc->gif_if.if_ioctl = gif_ioctl; in gifattach0()
168 sc->gif_if.if_output = gif_output; in gifattach0()
169 sc->gif_if.if_type = IFT_GIF; in gifattach0()
171 if_attach(&sc->gif_if, NULL); in gifattach0()
181 gif_delete_tunnel(&sc->gif_if); in gif_clone_destroy()
279 if ((sc->gif_if.if_flags & IFF_UP) == 0) in gif_encapcheck()
[all …]
H A Dif_gif.h51 struct ifnet gif_if; /* common area - must be at the top */ member
/dragonfly/sys/netinet6/
H A Din6_gif.c199 sc->gif_if.if_mtu = GIF_MTU; in in6_gif_output()
328 if (!(sc->gif_if.if_flags & IFF_LINK2) && ifp) { in gif_validate6()
344 "due to ingress filter\n", if_name(&sc->gif_if), in gif_validate6()
/dragonfly/sys/netinet/
H A Din_gif.c194 sc->gif_if.if_mtu = GIF_MTU; in in_gif_output()
330 if (!(sc->gif_if.if_flags & IFF_LINK2) && ifp != NULL) { in gif_validate4()
344 "due to ingress filter\n", if_name(&sc->gif_if), in gif_validate4()