Searched refs:txleft (Results 1 – 2 of 2) sorted by relevance
1024 if (is_tls_tx(csk) && !csk->tlshws.txleft) { in chtls_sendmsg()1030 csk->tlshws.txleft = recordsz; in chtls_sendmsg()1068 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()1122 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()1158 csk->tlshws.txleft -= copy; in chtls_sendmsg()
173 u16 txleft; member