Home
last modified time | relevance | path

Searched defs:tls_context (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/net/
H A Dtls.h221 struct tls_context { struct
225 u8 tx_conf:3;
226 u8 rx_conf:3;
227 u8 zerocopy_sendfile:1;
228 u8 rx_no_pad:1;
233 void *priv_ctx_tx;
234 void *priv_ctx_rx;
245 bool splicing_pages;
251 unsigned long flags;
254 struct proto *sk_proto;
[all …]