Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c235 tuncl_t **tcl_old = tcl_slots; in tcl_grow() local
257 bcopy(tcl_old, tcl_new, old_size * sizeof (tuncl_t *)); in tcl_grow()
259 kmem_free(tcl_old, old_size * sizeof (tuncl_t *)); in tcl_grow()