Searched refs:tunll_t (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun_impl.h | 44 typedef struct tunll_s tunll_t; typedef 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 D | sppptun.c | 447 tunll_t *tll; in sppptun_open() 454 tll = kmem_zalloc(sizeof (tunll_t), KM_SLEEP); in sppptun_open() 536 make_control(tuncl_t *tclabout, tunll_t *tllabout, int action, tuncl_t *tclto) in make_control() 564 send_control(tuncl_t *tclabout, tunll_t *tllabout, int action, tuncl_t *tcl) in send_control() 590 tunll_t *tll = (tunll_t *)arg; in tclvm_remove_tll() 631 tunll_t *tll; in sppptun_close() 786 tunll_t *tll; in sppptun_outpkt() 867 tunll_t *, tll, mblk_t *, mp); in sppptun_outpkt() 886 tunll_t *, tll, mblk_t *, mp); in sppptun_outpkt() 1062 save_for_close(tunll_t *tll, mblk_t *mp) in save_for_close() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/sppp/ |
H A D | sppp.c | 509 tunll_t tll; in tunll_walk_step() 535 tunll_format(uintptr_t addr, const tunll_t *tll, uint_t *qfmt) in tunll_format() 558 tunll_t tll; in tunll() 582 tunll_t tll;
|