Searched defs:tls_context (Results 1 – 1 of 1) sorted by relevance
148156 struct tls_context { struct148157 struct tls_prot_info prot_info;148158 u8 tx_conf: 3;148159 u8 rx_conf: 3;148160 int (*push_pending_record)(struct sock *, int);148161 void (*sk_write_space)(struct sock *);148162 void *priv_ctx_tx;148163 void *priv_ctx_rx;148164 struct net_device *netdev;148165 struct cipher_context tx;[all …]