Searched defs:tunll_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c478 struct qelem tunll_list; local
483 if (mdb_lookup_by_obj("sppptun", "tunll_list", &sym) != 0) {
484 mdb_warn("failed to find tunll_list");
488 if (mdb_vread(&tunll_list, sizeof (tunll_list),
490 mdb_warn("can't read tunll_list at %p",
499 twd->next = (void *)tunll_list.q_forw;
572 mdb_warn("failed to walk tunll_list");
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c149 static struct qelem tunll_list; variable in typeref:struct:qelem
462 insque(&tll->tll_next, tunll_list.q_back);
679 tll = TO_TLL(tunll_list.q_forw);
680 while (tll != TO_TLL(&tunll_list)) {
1086 tll = TO_TLL(tunll_list.q_forw);
1087 for (; tll != TO_TLL(&tunll_list); tll = TO_TLL(tll->tll_next))
1248 tll = TO_TLL(tunll_list.q_forw);
1249 while (tll != TO_TLL(&tunll_list)) {
1254 if (tll != TO_TLL(&tunll_list)) {
2409 tunll_list
[all...]

Completed in 50 milliseconds