Home
last modified time | relevance | path

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

/linux-6.8/include/net/
Dtls.h217 struct tls_context { struct
219 struct tls_prot_info prot_info;
221 u8 tx_conf:3;
222 u8 rx_conf:3;
223 u8 zerocopy_sendfile:1;
224 u8 rx_no_pad:1;
226 int (*push_pending_record)(struct sock *sk, int flags);
227 void (*sk_write_space)(struct sock *sk);
229 void *priv_ctx_tx;
230 void *priv_ctx_rx;
[all …]