Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c639 if (!(tll->tll_flags & TLLF_NOTLOWER)) { in sppptun_close()
650 tll->tll_flags |= TLLF_CLOSING; in sppptun_close()
651 while (!(tll->tll_flags & TLLF_CLOSE_DONE)) { in sppptun_close()
1125 if (tll->tll_flags & TLLF_NOTLOWER) { in sppptun_inner_ioctl()
1568 if (!(tll->tll_flags & TLLF_NOTLOWER)) { in sppptun_ioctl()
1732 tll->tll_flags |= TLLF_SHUTDOWN_DONE; in tll_close_req()
1797 tll->tll_flags |= TLLF_CLOSE_DONE; in sppptun_uwsrv()
1925 tll->tll_flags |= TLLF_SHUTDOWN_DONE; in urput_dlpi()
1958 tll->tll_flags |= TLLF_SHUTDOWN_DONE; in urput_dlpi()
2088 ASSERT(!(tll->tll_flags & TLLF_NOTLOWER)); in sppptun_recv()
[all …]
H A Dsppptun_impl.h87 uint32_t tll_flags; /* See TLLF_* below */ member