Searched defs:tls_context (Results 1 – 5 of 5) sorted by relevance
55 struct tls_context { struct63 static struct tls_context *tls_global = NULL; argument
215 struct tls_context { struct223 static struct tls_context *tls_global = NULL; argument
54 struct tls_context { struct62 static struct tls_context *tls_global = NULL; argument
210 struct tls_context { struct218 static struct tls_context *tls_global = NULL; argument
77974 struct tls_context { struct77975 struct tls_prot_info prot_info;77976 u8 tx_conf: 3;77977 u8 rx_conf: 3;77978 int (*push_pending_record)(struct sock *, int);77979 void (*sk_write_space)(struct sock *);77980 void *priv_ctx_tx;77981 void *priv_ctx_rx;77982 struct net_device *netdev;77983 struct cipher_context tx;[all …]