Lines Matching refs:tlshws
27 return csk->tlshws.txkey >= 0; in is_tls_tx()
32 return csk->tlshws.rxkey >= 0; in is_tls_rx()
47 return DIV_ROUND_UP(size, csk->tlshws.mfs); in nos_ivs()
201 if (csk->tlshws.fcplenmax) in send_tx_flowc_wr()
202 FLOWC_PARAM(TXDATAPLEN_MAX, csk->tlshws.fcplenmax); in send_tx_flowc_wr()
231 hws = &csk->tlshws; in tls_copy_ivs()
287 hws = &csk->tlshws; in tls_copy_tx_key()
363 hws = &csk->tlshws; in tls_tx_data_wr()
447 struct chtls_hws *hws = &csk->tlshws; in chtls_expansion_size()
489 hws = &csk->tlshws; in make_tlstx_data_wr()
598 struct chtls_hws *hws = &csk->tlshws; in chtls_push_frames()
863 ULP_SKB_CB(skb)->ulp.tls.type = csk->tlshws.type; in get_record_skb()
1050 if (is_tls_tx(csk) && !csk->tlshws.txleft) { in chtls_sendmsg()
1065 csk->tlshws.txleft = recordsz; in chtls_sendmsg()
1066 csk->tlshws.type = record_type; in chtls_sendmsg()
1111 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()
1165 copy = min_t(int, copy, csk->tlshws.txleft); in chtls_sendmsg()
1201 csk->tlshws.txleft -= copy; in chtls_sendmsg()
1345 struct chtls_hws *hws = &csk->tlshws; in chtls_pt_recvmsg()