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