Searched refs:txleft (Results 1 – 2 of 2) sorted by relevance
1047 if (is_tls_tx(csk) && !csk->tlshws.txleft) { in chtls_sendmsg()1062 csk->tlshws.txleft = recordsz; in chtls_sendmsg()1098 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()1152 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()1188 csk->tlshws.txleft -= copy; in chtls_sendmsg()
262 u16 txleft; member