Lines Matching defs:tls_context
236 struct tls_context { struct
238 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;
253 struct cipher_context rx;
255 struct scatterlist *partially_sent_record;
256 u16 partially_sent_offset;
258 bool in_tcp_sendpages;
259 bool pending_open_record_frags;
261 struct mutex tx_lock; /* protects partially_sent_* fields and
264 unsigned long flags;
290 struct tls_context *ctx, argument