Home
last modified time | relevance | path

Searched refs:txleft (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_io.c1024 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()
Dchtls.h173 u16 txleft; member