Home
last modified time | relevance | path

Searched refs:TLS_RLTYPE_APP (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dktls.h50 #define TLS_RLTYPE_APP 23 macro
/f-stack/freebsd/kern/
H A Duipc_socket.c1557 tls_rtype = TLS_RLTYPE_APP;
1686 tls_rtype = TLS_RLTYPE_APP;
1708 tls_rtype = TLS_RLTYPE_APP;
2078 if (tgr.tls_type != TLS_RLTYPE_APP) {
H A Dkern_sendfile.c1162 ktls_frame(m, tls, &tls_enq_cnt, TLS_RLTYPE_APP); in vn_sendfile()
H A Duipc_ktls.c1562 tlshdr->tls_type = TLS_RLTYPE_APP; in ktls_frame()