Home
last modified time | relevance | path

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

/dragonfly/sys/net/sl/
H A Dif_sl.c348 struct sl_softc *sc = (struct sl_softc *)tp->t_slsc, *nc, *tmpnc; in sltioctl() local
365 tmpnc = kmalloc(sizeof *tmpnc, M_TEMP, in sltioctl()
367 *tmpnc = *nc; in sltioctl()
369 nc->sc_if = tmpnc->sc_if; in sltioctl()
370 tmpnc->sc_if = sc->sc_if; in sltioctl()
371 *sc = *tmpnc; in sltioctl()
372 kfree(tmpnc, M_TEMP); in sltioctl()