Home
last modified time | relevance | path

Searched refs:tunll_list (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c149 static struct qelem tunll_list; variable
462 insque(&tll->tll_next, tunll_list.q_back); in sppptun_open()
680 tll = TO_TLL(tunll_list.q_forw); in sppptun_close()
681 while (tll != TO_TLL(&tunll_list)) { in sppptun_close()
1087 tll = TO_TLL(tunll_list.q_forw); in tll_lookup_on_name()
1088 for (; tll != TO_TLL(&tunll_list); tll = TO_TLL(tll->tll_next)) in tll_lookup_on_name()
1249 tll = TO_TLL(tunll_list.q_forw); in sppptun_inner_ioctl()
1250 while (tll != TO_TLL(&tunll_list)) { in sppptun_inner_ioctl()
1255 if (tll != TO_TLL(&tunll_list)) { in sppptun_inner_ioctl()
2414 tunll_list.q_forw = tunll_list.q_back = &tunll_list; in sppptun_init()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c478 struct qelem tunll_list; in tunll_walk_init() local
488 if (mdb_vread(&tunll_list, sizeof (tunll_list), in tunll_walk_init()
499 twd->next = (void *)tunll_list.q_forw; in tunll_walk_init()