Searched defs:tls_context (Results 1 – 1 of 1) sorted by relevance
236 struct tls_context { struct238 struct tls_prot_info prot_info;240 u8 tx_conf:3;241 u8 rx_conf:3;243 int (*push_pending_record)(struct sock *sk, int flags);244 void (*sk_write_space)(struct sock *sk);246 void *priv_ctx_tx;247 void *priv_ctx_rx;249 struct net_device *netdev;252 struct cipher_context tx;[all …]