Searched refs:TCP_TLS_MODE_SW (Results 1 – 6 of 6) sorted by relevance
696 case TCP_TLS_MODE_SW: in ktls_cleanup()944 tls->mode = TCP_TLS_MODE_SW; in ktls_try_sw()1146 if (tls->mode != TCP_TLS_MODE_SW) in ktls_enable_tx()1212 case TCP_TLS_MODE_SW: in ktls_set_tx_mode()1275 if (tls_new->mode != TCP_TLS_MODE_SW) in ktls_set_tx_mode()1599 if (tls->mode == TCP_TLS_MODE_SW) { in ktls_frame()1963 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()1175 if (tls != NULL && tls->mode == TCP_TLS_MODE_SW) { in vn_sendfile()
1596 if (tls->mode == TCP_TLS_MODE_SW)1767 if (tls != NULL && tls->mode == TCP_TLS_MODE_SW) {
386 #define TCP_TLS_MODE_SW 1 macro
3278 arg2 == 0 ? TCP_TLS_MODE_SW : TCP_TLS_MODE_IFNET); in sysctl_switch_tls()