Searched refs:TCP_TLS_MODE_SW (Results 1 – 6 of 6) sorted by relevance
1143 tls->mode = TCP_TLS_MODE_SW; in ktls_use_sw()1451 if (tls->mode != TCP_TLS_MODE_SW) { in ktls_enable_tx()1556 case TCP_TLS_MODE_SW: in ktls_set_tx_mode()1635 if (tls_new->mode != TCP_TLS_MODE_SW) { in ktls_set_tx_mode()1984 case TCP_TLS_MODE_SW: in ktls_destroy()2196 if (tls->mode == TCP_TLS_MODE_SW) { in ktls_frame()2897 KASSERT(m->m_epg_tls->mode == TCP_TLS_MODE_SW, ("!SW TLS mbuf")); in ktls_enqueue()3363 err = ktls_set_tx_mode(so, TCP_TLS_MODE_SW); in ktls_disable_ifnet_help()
350 } else if (sfio->tls != NULL && sfio->tls->mode == TCP_TLS_MODE_SW) { in sendfile_iodone()1125 if (tls != NULL && tls->mode == TCP_TLS_MODE_SW) { in vn_sendfile()1142 tls->mode == TCP_TLS_MODE_SW) { in vn_sendfile()
2424 if (tls->mode == TCP_TLS_MODE_SW)2599 if (tls != NULL && tls->mode == TCP_TLS_MODE_SW) {
495 #define TCP_TLS_MODE_SW 1 macro
4091 arg2 == 0 ? TCP_TLS_MODE_SW : TCP_TLS_MODE_IFNET); in sysctl_switch_tls()
2998 ATF_REQUIRE_INTEQ(TCP_TLS_MODE_SW, mode); in ATF_TC_BODY()