Searched refs:tunll_t (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_impl.h44 typedef struct tunll_s tunll_t; typedef in typeref:struct:tunll_s
128 tunll_t *tcl_data_tll; /* Pointer to data interface */
129 tunll_t *tcl_ctrl_tll; /* Pointer to control */
153 ((tunll_t *)((caddr_t)(p) - offsetof(tunll_t, tll_next)))
H A Dsppptun.c447 tunll_t *tll;
454 tll = kmem_zalloc(sizeof (tunll_t), KM_SLEEP);
536 make_control(tuncl_t *tclabout, tunll_t *tllabout, int action, tuncl_t *tclto)
564 send_control(tuncl_t *tclabout, tunll_t *tllabout, int action, tuncl_t *tcl)
590 tunll_t *tll = (tunll_t *)arg;
631 tunll_t *tll;
786 tunll_t *tll;
867 tunll_t *, tll, mblk_t *, mp);
886 tunll_t *, tl
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c509 tunll_t tll;
523 mdb_warn("can't read tunll_t at %p", addr);
535 tunll_format(uintptr_t addr, const tunll_t *tll, uint_t *qfmt)
558 tunll_t tll;
567 mdb_warn("failed to read tunll_t at %p", addr);
582 tunll_t tll;
590 * tuncl_t or a tunll_t.
676 { "tunll", "walk active tunll_t structures",

Completed in 262 milliseconds