Lines Matching defs:tls_context
221 struct tls_context { struct
223 struct tls_prot_info prot_info;
225 u8 tx_conf:3;
226 u8 rx_conf:3;
227 u8 zerocopy_sendfile:1;
228 u8 rx_no_pad:1;
230 int (*push_pending_record)(struct sock *sk, int flags);
231 void (*sk_write_space)(struct sock *sk);
233 void *priv_ctx_tx;
234 void *priv_ctx_rx;
236 struct net_device __rcu *netdev;
239 struct cipher_context tx;
240 struct cipher_context rx;
242 struct scatterlist *partially_sent_record;
243 u16 partially_sent_offset;
245 bool splicing_pages;
246 bool pending_open_record_frags;
248 struct mutex tx_lock; /* protects partially_sent_* fields and
251 unsigned long flags;
254 struct proto *sk_proto;
278 struct tls_context *ctx, argument