Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_enc.c87 struct enc_softc { struct
90 VNET_DEFINE_STATIC(struct enc_softc *, enc_sc); argument
100 static int enc_add_hhooks(struct enc_softc *);
101 static void enc_remove_hhooks(struct enc_softc *);
146 struct enc_softc *sc; in enc_clone_destroy()
162 struct enc_softc *sc; in enc_clone_create()
164 sc = malloc(sizeof(struct enc_softc), M_DEVBUF, in enc_clone_create()
246 struct enc_softc *sc; in enc_hhook()
251 sc = (struct enc_softc *)udata; in enc_hhook()
320 enc_add_hhooks(struct enc_softc *sc) in enc_add_hhooks()
[all …]