Home
last modified time | relevance | path

Searched refs:zerocopy_sendfile (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/net/tls/
Dtls_main.c511 value = ctx->zerocopy_sendfile; in do_tls_getsockopt_tx_zc()
735 ctx->zerocopy_sendfile = value; in do_tls_setsockopt_tx_zc()
1054 if (ctx->tx_conf == TLS_HW && ctx->zerocopy_sendfile) { in tls_get_info()
Dtls_device.c568 if (!tls_ctx->zerocopy_sendfile) in tls_device_sendmsg()
/linux-6.12.1/include/net/
Dtls.h224 u8 zerocopy_sendfile:1; member