Home
last modified time | relevance | path

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

/dragonfly/sys/net/sl/
H A Dif_sl.c171 static struct sl_softc sl_softc[NSL]; variable
203 struct sl_softc *sc; in slattach()
228 slinit(struct sl_softc *sc) in slinit()
247 struct sl_softc *sc; in slopen()
305 struct sl_softc *sc; in slclose()
348 struct sl_softc *sc = (struct sl_softc *)tp->t_slsc, *nc, *tmpnc; in sltioctl()
454 struct sl_softc *sc = &sl_softc[ifp->if_dunit]; in sloutput_serialized()
531 struct sl_softc *sc = (struct sl_softc *)tp->t_slsc; in slstart()
761 struct sl_softc *sc; in slinput()
1015 struct sl_softc *sc = chan; in sl_keepalive()
[all …]
H A Dif_slvar.h48 struct sl_softc { struct
/dragonfly/usr.sbin/slstat/
H A Dslstat.c162 struct sl_softc *sc, *osc; in intpr()
165 sc = (struct sl_softc *)malloc(AMT); in intpr()
166 osc = (struct sl_softc *)malloc(AMT); in intpr()