Home
last modified time | relevance | path

Searched refs:TCP_TLS_MODE_SW (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Duipc_ktls.c1143 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()
H A Dkern_sendfile.c350 } 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()
H A Duipc_socket.c2424 if (tls->mode == TCP_TLS_MODE_SW)
2599 if (tls != NULL && tls->mode == TCP_TLS_MODE_SW) {
/freebsd/sys/netinet/
H A Dtcp.h495 #define TCP_TLS_MODE_SW 1 macro
H A Dtcp_subr.c4091 arg2 == 0 ? TCP_TLS_MODE_SW : TCP_TLS_MODE_IFNET); in sysctl_switch_tls()
/freebsd/tests/sys/kern/
H A Dktls_test.c2998 ATF_REQUIRE_INTEQ(TCP_TLS_MODE_SW, mode); in ATF_TC_BODY()