Searched defs:tls_context (Results 1 – 1 of 1) sorted by relevance
249 struct tls_context { struct251 struct tls_prot_info prot_info;253 u8 tx_conf:3;254 u8 rx_conf:3;256 int (*push_pending_record)(struct sock *sk, int flags);257 void (*sk_write_space)(struct sock *sk);259 void *priv_ctx_tx;260 void *priv_ctx_rx;262 struct net_device *netdev;265 struct cipher_context tx;[all …]