Searched refs:TCP_TLS_MODE_SW (Results 1 – 5 of 5) sorted by relevance
728 case TCP_TLS_MODE_SW: in ktls_cleanup()991 tls->mode = TCP_TLS_MODE_SW; in ktls_try_sw()1198 if (tls->mode != TCP_TLS_MODE_SW) in ktls_enable_tx()1264 case TCP_TLS_MODE_SW: in ktls_set_tx_mode()1327 if (tls_new->mode != TCP_TLS_MODE_SW) in ktls_set_tx_mode()1664 if (tls->mode == TCP_TLS_MODE_SW) { in ktls_frame()2054 KASSERT(m->m_epg_tls->mode == TCP_TLS_MODE_SW, ("!SW TLS mbuf")); in ktls_enqueue()
385 } else if (sfio->tls != NULL && sfio->tls->mode == TCP_TLS_MODE_SW) { in sendfile_iodone()1177 if (tls != NULL && tls->mode == TCP_TLS_MODE_SW) { in vn_sendfile()
1592 if (tls->mode == TCP_TLS_MODE_SW)1768 if (tls != NULL && tls->mode == TCP_TLS_MODE_SW) {
412 #define TCP_TLS_MODE_SW 1 macro
3792 arg2 == 0 ? TCP_TLS_MODE_SW : TCP_TLS_MODE_IFNET); in sysctl_switch_tls()