Home
last modified time | relevance | path

Searched refs:NL7C_SOPERSIST (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7c.h54 #define NL7C_SOPERSIST 0x00000002 /* NL7C socket is persistent */ macro
H A Dnl7c.c953 } else if (sti->sti_nl7c_flags & NL7C_SOPERSIST) { in nl7c_process()
1009 NL7C_SOPERSIST) { in nl7c_process()
1023 if (ret == B_TRUE && (sti->sti_nl7c_flags & NL7C_SOPERSIST)) { in nl7c_process()
H A Dnl7chttp.c1432 sti->sti_nl7c_flags |= NL7C_SOPERSIST; in nl7c_http_request()
1434 sti->sti_nl7c_flags &= ~NL7C_SOPERSIST; 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()
H A Dnl7curi.c1197 if (! (sti->sti_nl7c_flags & NL7C_SOPERSIST)) { in nl7c_data()
1442 if (! (sti->sti_nl7c_flags & NL7C_SOPERSIST)) { in nl7c_sendfilev()
2055 if (sti->sti_nl7c_flags & NL7C_SOPERSIST) { in nl7c_parse()
H A Dsocktpi.c1976 nsti->sti_nl7c_flags |= NL7C_SOPERSIST; in sotpi_accept()
3146 } else if (sti->sti_nl7c_flags & NL7C_SOPERSIST) { in sotpi_recvmsg()