Searched defs:tls_context (Results 1 – 1 of 1) sorted by relevance
248 struct tls_context { struct250 struct tls_prot_info prot_info;252 u8 tx_conf:3;253 u8 rx_conf:3;255 int (*push_pending_record)(struct sock *sk, int flags);256 void (*sk_write_space)(struct sock *sk);258 void *priv_ctx_tx;259 void *priv_ctx_rx;261 struct net_device *netdev;264 struct cipher_context tx;[all …]