HomeSort by: relevance | last modified time | path
    Searched refs:sl_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_slvar.h 41 * of sl_softc.)
43 struct sl_softc { struct
69 LIST_ENTRY(sl_softc) sc_iflist;
if_sl.c 182 static LIST_HEAD(, sl_softc) sl_softc_list;
194 static int slcreate(struct sl_softc *);
195 static struct mbuf *sl_btom(struct sl_softc *, int);
259 struct sl_softc *sc;
284 struct sl_softc *sc = (struct sl_softc *)ifp->if_softc;
301 slcreate(struct sl_softc *sc)
329 struct sl_softc *sc;
396 struct sl_softc *sc;
446 struct sl_softc *sc = (struct sl_softc *)tp->t_sc
    [all...]

Completed in 15 milliseconds