Symbol: tuncl_t
usr/src/cmd/mdb/common/modules/sppp/sppp.c
322
tuncl_t *tcl_slots[1];
usr/src/cmd/mdb/common/modules/sppp/sppp.c
342
tuncl_t **tcl_slots;
usr/src/cmd/mdb/common/modules/sppp/sppp.c
385
tuncl_t tcl;
usr/src/cmd/mdb/common/modules/sppp/sppp.c
415
tuncl_format(uintptr_t addr, const tuncl_t *tcl, uint_t *qfmt)
usr/src/cmd/mdb/common/modules/sppp/sppp.c
435
tuncl_t tcl;
usr/src/cmd/mdb/common/modules/sppp/sppp.c
581
tuncl_t tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1015
DTRACE_PROBE1(sppptun__output__failure, tuncl_t *, tcl);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1112
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1126
tcl = (tuncl_t *)tll;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1130
DTRACE_PROBE3(sppptun__ioctl, tuncl_t *, tcl, tunll_t *, tll,
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1293
DTRACE_PROBE2(sppptun__speer, tuncl_t *, tcl,
usr/src/uts/common/io/ppp/sppptun/sppptun.c
135
static tuncl_t **tcl_slots = NULL; /* Slots for tuncl_t */
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1608
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1642
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1664
tcl = (tuncl_t *)q->q_ptr;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1756
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1786
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1857
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1880
if ((tcl = (tuncl_t *)q->q_ptr) == NULL || tcl->tcl_rq == NULL) {
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1975
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2001
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2074
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2188
tuncl_t *, tcl, mblk_t *, mp);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
235
tuncl_t **tcl_old = tcl_slots;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
236
tuncl_t **tcl_new;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2397
#define TUNCL_SIZE (sizeof (tuncl_t) + sizeof (tuncl_t *) + \
usr/src/uts/common/io/ppp/sppptun/sppptun.c
242
tcl_new = kmem_zalloc(new_size * sizeof (tuncl_t *), KM_NOSLEEP);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2431
tcl_slots = kmem_zalloc(tcl_nslots * sizeof (tuncl_t *), KM_SLEEP);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2433
tcl_cache = kmem_cache_create("sppptun_map", sizeof (tuncl_t), 0,
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2486
kmem_free(tcl_slots, tcl_nslots * sizeof (tuncl_t *));
usr/src/uts/common/io/ppp/sppptun/sppptun.c
251
kmem_free(tcl_new, new_size * sizeof (tuncl_t *));
usr/src/uts/common/io/ppp/sppptun/sppptun.c
257
bcopy(tcl_old, tcl_new, old_size * sizeof (tuncl_t *));
usr/src/uts/common/io/ppp/sppptun/sppptun.c
259
kmem_free(tcl_old, old_size * sizeof (tuncl_t *));
usr/src/uts/common/io/ppp/sppptun/sppptun.c
271
static tuncl_t *
usr/src/uts/common/io/ppp/sppptun/sppptun.c
275
tuncl_t *tcl = NULL;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
359
tuncl_free(tuncl_t *tcl)
usr/src/uts/common/io/ppp/sppptun/sppptun.c
387
static tuncl_t *
usr/src/uts/common/io/ppp/sppptun/sppptun.c
390
tuncl_t *tcl = NULL;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
494
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
536
make_control(tuncl_t *tclabout, tunll_t *tllabout, int action, tuncl_t *tclto)
usr/src/uts/common/io/ppp/sppptun/sppptun.c
564
send_control(tuncl_t *tclabout, tunll_t *tllabout, int action, tuncl_t *tcl)
usr/src/uts/common/io/ppp/sppptun/sppptun.c
593
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
633
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
676
DTRACE_PROBE1(sppptun__client__close, tuncl_t *, tcl);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
786
tuncl_t *tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
821
DTRACE_PROBE2(sppptun__bad__control, tuncl_t *, tcl,
usr/src/uts/common/io/ppp/sppptun/sppptun.c
835
DTRACE_PROBE2(sppptun__test, tuncl_t *, tcl,
usr/src/uts/common/io/ppp/sppptun/sppptun.c
848
DTRACE_PROBE2(sppptun__bad__discrim, tuncl_t *, tcl,
usr/src/uts/common/io/ppp/sppptun/sppptun.c
858
DTRACE_PROBE2(sppptun__bad__control, tuncl_t *, tcl,
usr/src/uts/common/io/ppp/sppptun/sppptun.c
867
DTRACE_PROBE3(sppptun__cannot__send, tuncl_t *, tcl,
usr/src/uts/common/io/ppp/sppptun/sppptun.c
886
DTRACE_PROBE3(sppptun__flow__control, tuncl_t *, tcl,
usr/src/uts/common/io/ppp/sppptun/sppptun_impl.h
92
tuncl_t *tll_defcl; /* Default client (daemon) */
usr/src/uts/common/io/ppp/sppptun/sppptun_impl.h
95
tuncl_t *tll_lastcl; /* Silly PPPoE optimization */