Symbol: tunll_t
usr/src/cmd/mdb/common/modules/sppp/sppp.c
509
tunll_t tll;
usr/src/cmd/mdb/common/modules/sppp/sppp.c
535
tunll_format(uintptr_t addr, const tunll_t *tll, uint_t *qfmt)
usr/src/cmd/mdb/common/modules/sppp/sppp.c
558
tunll_t tll;
usr/src/cmd/mdb/common/modules/sppp/sppp.c
582
tunll_t tll;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1063
save_for_close(tunll_t *tll, mblk_t *mp)
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1082
static tunll_t *
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1085
tunll_t *tll;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1113
tunll_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
1183
tll = (tunll_t *)q->q_ptr;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1514
tunll_t *tll;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1567
tll = (tunll_t *)q->q_ptr;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1685
message_send(tunll_t *tll, mblk_t *mp)
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1706
message_done(tunll_t *tll)
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1727
tll_close_req(tunll_t *tll)
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1753
tunll_t *tll = arg;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1792
tunll_t *tll = (tunll_t *)tcl;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1906
tunll_t *tll = q->q_ptr;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1972
tunll_t *tll;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2073
tunll_t *tll;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2267
tunll_t *tll;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
447
tunll_t *tll;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
454
tll = kmem_zalloc(sizeof (tunll_t), KM_SLEEP);
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
590
tunll_t *tll = (tunll_t *)arg;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
632
tunll_t *tll;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
787
tunll_t *tll;
usr/src/uts/common/io/ppp/sppptun/sppptun.c
868
tunll_t *, tll, mblk_t *, mp);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
887
tunll_t *, tll, mblk_t *, mp);
usr/src/uts/common/io/ppp/sppptun/sppptun_impl.h
128
tunll_t *tcl_data_tll; /* Pointer to data interface */
usr/src/uts/common/io/ppp/sppptun/sppptun_impl.h
129
tunll_t *tcl_ctrl_tll; /* Pointer to control */
usr/src/uts/common/io/ppp/sppptun/sppptun_impl.h
153
((tunll_t *)((uintptr_t)(p) - offsetof(tunll_t, tll_next)))