Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c638 if (!(tll->tll_flags & TLLF_NOTLOWER)) { in sppptun_close()
649 tll->tll_flags |= TLLF_CLOSING; in sppptun_close()
650 while (!(tll->tll_flags & TLLF_CLOSE_DONE)) { in sppptun_close()
655 while (!(tll->tll_flags & TLLF_SHUTDOWN_DONE)) { in sppptun_close()
1124 if (tll->tll_flags & TLLF_NOTLOWER) { in sppptun_inner_ioctl()
1567 if (!(tll->tll_flags & TLLF_NOTLOWER)) { in sppptun_ioctl()
1730 tll->tll_flags |= TLLF_SHUTDOWN_DONE; in tll_close_req()
1792 if ((tll->tll_flags & (TLLF_CLOSING|TLLF_CLOSE_DONE)) == in sppptun_uwsrv()
1795 tll->tll_flags |= TLLF_CLOSE_DONE; in sppptun_uwsrv()
1921 tll->tll_flags |= TLLF_SHUTDOWN_DONE; in urput_dlpi()
[all …]
H A Dsppptun_impl.h87 uint32_t tll_flags; /* See TLLF_* below */ member