Home
last modified time | relevance | path

Searched refs:tll_next (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_impl.h88 void *tll_next, *tll_prev; member
153 ((tunll_t *)((caddr_t)(p) - offsetof(tunll_t, tll_next)))
H A Dsppptun.c462 insque(&tll->tll_next, tunll_list.q_back); in sppptun_open()
663 remque(&tll->tll_next); in sppptun_close()
685 tll = TO_TLL(tll->tll_next); in sppptun_close()
1087 for (; tll != TO_TLL(&tunll_list); tll = TO_TLL(tll->tll_next)) in tll_lookup_on_name()
1252 tll = TO_TLL(tll->tll_next); in sppptun_inner_ioctl()
/titanic_41/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c529 twd->next = (void *)tll.tll_next; in tunll_walk_step()