Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_io.c1030 if (is_tls_tx(csk) && !csk->tlshws.txleft) { in chtls_sendmsg()
1036 csk->tlshws.txleft = recordsz; in chtls_sendmsg()
1074 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()
1131 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()
1165 csk->tlshws.txleft -= copy; in chtls_sendmsg()
Dchtls.h171 u16 txleft; member