Searched defs:tls_context (Results 1 – 1 of 1) sorted by relevance
179 struct tls_context { struct180 union tls_crypto_context crypto_send;181 union tls_crypto_context crypto_recv;183 struct list_head list;184 struct net_device *netdev;185 refcount_t refcount;187 void *priv_ctx_tx;188 void *priv_ctx_rx;190 u8 tx_conf:3;191 u8 rx_conf:3;[all …]