Searched refs:me_softc (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/net/
H A Dif_me.c84 struct me_softc { struct
86 LIST_ENTRY(me_softc) me_list;
110 static VNET_DEFINE(LIST_HEAD(, me_softc), me_softc_list);
180 struct me_softc *sc;
182 sc = malloc(sizeof(struct me_softc), M_IFME, M_WAITOK | M_ZERO);
208 struct me_softc *sc;
232 struct me_softc *sc;
327 struct me_softc *sc;
331 sc = (struct me_softc *)arg;
357 struct me_softc *s
[all...]

Completed in 89 milliseconds