Lines Matching defs:tls_context
239 struct tls_context { struct
241 struct tls_prot_info prot_info;
243 u8 tx_conf:3;
244 u8 rx_conf:3;
246 int (*push_pending_record)(struct sock *sk, int flags);
247 void (*sk_write_space)(struct sock *sk);
249 void *priv_ctx_tx;
250 void *priv_ctx_rx;
252 struct net_device *netdev;
255 struct cipher_context tx;
256 struct cipher_context rx;
258 struct scatterlist *partially_sent_record;
259 u16 partially_sent_offset;
261 bool in_tcp_sendpages;
262 bool pending_open_record_frags;
264 struct mutex tx_lock; /* protects partially_sent_* fields and
267 unsigned long flags;
270 struct proto *sk_proto;
294 struct tls_context *ctx, argument