Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dtls.h235 struct tls_context { struct
237 struct tls_prot_info prot_info;
239 u8 tx_conf:3;
240 u8 rx_conf:3;
241 u8 zerocopy_sendfile:1;
242 u8 rx_no_pad:1;
244 int (*push_pending_record)(struct sock *sk, int flags);
245 void (*sk_write_space)(struct sock *sk);
247 void *priv_ctx_tx;
248 void *priv_ctx_rx;
[all …]