Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_io.c1047 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()
Dchtls.h262 u16 txleft; member