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

/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_impl.h128 tunll_t *tcl_data_tll; /* Pointer to data interface */ member in struct:tuncl_s
H A Dsppptun.c599 if (tcl->tcl_data_tll == tll && tcl->tcl_rq != NULL) {
600 tcl->tcl_data_tll = NULL;
698 if ((tll = tcl->tcl_data_tll) != NULL) {
810 tll = tcl->tcl_data_tll;
1287 if (tcl->tcl_data_tll != NULL) {
1397 if (tcl->tcl_data_tll != NULL) {
1406 tcl->tcl_data_tll = tll;
1444 tll = tcl->tcl_data_tll;
1759 if ((tcl->tcl_data_tll == tll ||
2006 (poedat->isdata && tcl->tcl_data_tll
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c417 mdb_printf("%?p %-6d %?p %?p", addr, tcl->tcl_zoneid, tcl->tcl_data_tll,
649 if (ts.tcl.tcl_data_tll == NULL)
652 (uintptr_t)ts.tcl.tcl_data_tll) != sizeof (ts.tll)) {

Completed in 119 milliseconds