Searched refs:sti_nl7c_flags (Results 1 – 6 of 6) sorted by relevance
929 boolean_t pollin = (sti->sti_nl7c_flags & NL7C_POLLIN); in nl7c_process()937 sti->sti_nl7c_flags = 0; in nl7c_process()945 sti->sti_nl7c_flags &= ~NL7C_POLLIN; in nl7c_process()953 } else if (sti->sti_nl7c_flags & NL7C_SOPERSIST) { in nl7c_process()983 sti->sti_nl7c_flags = 0; in nl7c_process()1008 } else if (sti->sti_nl7c_flags & in nl7c_process()1023 if (ret == B_TRUE && (sti->sti_nl7c_flags & NL7C_SOPERSIST)) { in nl7c_process()
1129 sti->sti_nl7c_flags = 0; in nl7c_data()1134 if (sti->sti_nl7c_flags & NL7C_WAITWRITE) { in nl7c_data()1135 sti->sti_nl7c_flags &= ~NL7C_WAITWRITE; in nl7c_data()1197 if (! (sti->sti_nl7c_flags & NL7C_SOPERSIST)) { in nl7c_data()1199 sti->sti_nl7c_flags = 0; in nl7c_data()1209 sti->sti_nl7c_flags = 0; in nl7c_data()1301 sti->sti_nl7c_flags = 0; in nl7c_sendfilev()1306 if (sti->sti_nl7c_flags & NL7C_WAITWRITE) in nl7c_sendfilev()1307 sti->sti_nl7c_flags &= ~NL7C_WAITWRITE; in nl7c_sendfilev()1442 if (! (sti->sti_nl7c_flags & NL7C_SOPERSIST)) { in nl7c_sendfilev()[all …]
1169 uint64_t flags = SOTOTPI(so)->sti_nl7c_flags & NL7C_SCHEMEPRIV; in nl7c_http_persist()1432 sti->sti_nl7c_flags |= NL7C_SOPERSIST; in nl7c_http_request()1434 sti->sti_nl7c_flags &= ~NL7C_SOPERSIST; in nl7c_http_request()1437 sti->sti_nl7c_flags &= ~NL7C_SCHEMEPRIV; in nl7c_http_request()1440 sti->sti_nl7c_flags |= HTTP_CONN_CL; in nl7c_http_request()1443 sti->sti_nl7c_flags |= HTTP_CONN_KA; in nl7c_http_request()1445 sti->sti_nl7c_flags |= HTTP_CONN_CL; in nl7c_http_request()1757 sti->sti_nl7c_flags |= NL7C_SOPERSIST; in nl7c_http_response()1759 sti->sti_nl7c_flags &= ~NL7C_SOPERSIST; in nl7c_http_response()1762 sti->sti_nl7c_flags &= ~NL7C_SCHEMEPRIV; in nl7c_http_response()[all …]
240 uint64_t sti_nl7c_flags; member
316 SOTOTPI(so)->sti_nl7c_flags = NL7C_AF_NCA; in sotpi_create()1046 sti->sti_nl7c_flags == NL7C_AF_NCA)) { in sotpi_bindlisten()1053 sti->sti_nl7c_flags |= NL7C_ENABLED; in sotpi_bindlisten()1959 if (sti->sti_nl7c_flags & NL7C_ENABLED) { in sotpi_accept()1968 nsti->sti_nl7c_flags = in sotpi_accept()1969 sti->sti_nl7c_flags & (~NL7C_POLLIN); in sotpi_accept()1976 nsti->sti_nl7c_flags |= NL7C_SOPERSIST; in sotpi_accept()3135 if ((sti->sti_nl7c_flags & (NL7C_ENABLED | NL7C_WAITWRITE)) == in sotpi_recvmsg()3146 } else if (sti->sti_nl7c_flags & NL7C_SOPERSIST) { in sotpi_recvmsg()3159 if (sti->sti_nl7c_flags && in sotpi_recvmsg()[all …]
1313 _SOTOTPI(so)->sti_nl7c_flags != 0) { in sendfilev()