Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_me.c77 struct me_softc { struct
83 CK_LIST_ENTRY(me_softc) chain; argument
84 CK_LIST_ENTRY(me_softc) srchash;
86 CK_LIST_HEAD(me_list, me_softc);
124 static int me_set_tunnel(struct me_softc *, in_addr_t, in_addr_t);
125 static void me_delete_tunnel(struct me_softc *);
190 struct me_softc *sc; in me_clone_create()
192 sc = malloc(sizeof(struct me_softc), M_IFME, M_WAITOK | M_ZERO); in me_clone_create()
219 struct me_softc *sc; in me_reassign()
232 struct me_softc *sc; in me_clone_destroy()
[all …]