Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dtls.h189 struct tls_context { struct
190 union tls_crypto_context crypto_send;
191 union tls_crypto_context crypto_recv;
193 struct list_head list;
194 struct net_device *netdev;
195 refcount_t refcount;
197 void *priv_ctx_tx;
198 void *priv_ctx_rx;
200 u8 tx_conf:3;
201 u8 rx_conf:3;
[all …]