Searched refs:tll_flags (Results 1 – 2 of 2) sorted by relevance
639 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()656 while (!(tll->tll_flags & TLLF_SHUTDOWN_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()1794 if ((tll->tll_flags & (TLLF_CLOSING|TLLF_CLOSE_DONE)) == in sppptun_uwsrv()1797 tll->tll_flags |= TLLF_CLOSE_DONE; in sppptun_uwsrv()1925 tll->tll_flags |= TLLF_SHUTDOWN_DONE; in urput_dlpi()[all …]
87 uint32_t tll_flags; /* See TLLF_* below */ member