Lines Matching defs:enc_softc
86 struct enc_softc {
89 VNET_DEFINE_STATIC(struct enc_softc *, enc_sc);
100 static void enc_add_hhooks(struct enc_softc *);
101 static void enc_remove_hhooks(struct enc_softc *);
146 struct enc_softc *sc;
166 struct enc_softc *sc;
168 sc = malloc(sizeof(struct enc_softc), M_DEVBUF, M_WAITOK | M_ZERO);
232 * + udata contains pointer to enc_softc;
240 struct enc_softc *sc;
245 sc = (struct enc_softc *)udata;
318 enc_add_hhooks(struct enc_softc *sc)
351 enc_remove_hhooks(struct enc_softc *sc)