Lines Matching refs:tlshws
30 return csk->tlshws.txkey >= 0; in is_tls_tx()
35 return csk->tlshws.rxkey >= 0; in is_tls_rx()
50 return DIV_ROUND_UP(size, csk->tlshws.mfs); in nos_ivs()
204 if (csk->tlshws.fcplenmax) in send_tx_flowc_wr()
205 FLOWC_PARAM(TXDATAPLEN_MAX, csk->tlshws.fcplenmax); in send_tx_flowc_wr()
234 hws = &csk->tlshws; in tls_copy_ivs()
290 hws = &csk->tlshws; in tls_copy_tx_key()
366 hws = &csk->tlshws; in tls_tx_data_wr()
450 struct chtls_hws *hws = &csk->tlshws; in chtls_expansion_size()
492 hws = &csk->tlshws; in make_tlstx_data_wr()
602 struct chtls_hws *hws = &csk->tlshws; in chtls_push_frames()
867 ULP_SKB_CB(skb)->ulp.tls.type = csk->tlshws.type; in get_record_skb()
1030 if (is_tls_tx(csk) && !csk->tlshws.txleft) { in chtls_sendmsg()
1036 csk->tlshws.txleft = recordsz; in chtls_sendmsg()
1037 csk->tlshws.type = hdr.type; 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()
1409 struct chtls_hws *hws = &csk->tlshws; in chtls_pt_recvmsg()
1725 hws = &csk->tlshws; in chtls_recvmsg()