Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c135 static tuncl_t **tcl_slots = NULL; /* Slots for tuncl_t */
235 tuncl_t **tcl_old = tcl_slots; in tcl_grow()
236 tuncl_t **tcl_new; in tcl_grow()
242 tcl_new = kmem_zalloc(new_size * sizeof (tuncl_t *), KM_NOSLEEP); in tcl_grow()
251 kmem_free(tcl_new, new_size * sizeof (tuncl_t *)); in tcl_grow()
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()
271 static tuncl_t *
275 tuncl_t *tcl = NULL; in tuncl_alloc()
359 tuncl_free(tuncl_t *tcl) in tuncl_free()
[all …]
H A Dsppptun_impl.h45 typedef struct tuncl_s tuncl_t; typedef
92 tuncl_t *tll_defcl; /* Default client (daemon) */
95 tuncl_t *tll_lastcl; /* Silly PPPoE optimization */
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c322 tuncl_t *tcl_slots[1];
342 tuncl_t **tcl_slots; in tuncl_walk_init()
385 tuncl_t tcl; in tuncl_walk_step()
415 tuncl_format(uintptr_t addr, const tuncl_t *tcl, uint_t *qfmt) in tuncl_format()
435 tuncl_t tcl; in tuncl()
581 tuncl_t tcl;