Home
last modified time | relevance | path

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

/linux/include/net/
A Dtls.h242 struct tls_context { struct
246 u8 tx_conf:3;
247 u8 rx_conf:3;
252 void *priv_ctx_tx;
253 void *priv_ctx_rx;
258 struct cipher_context tx;
259 struct cipher_context rx;
264 bool in_tcp_sendpages;
270 unsigned long flags;
273 struct proto *sk_proto;
[all …]

Completed in 7 milliseconds