Lines Matching defs:tls_context
220 struct tls_context { struct
222 struct tls_prot_info prot_info;
224 u8 tx_conf:3;
225 u8 rx_conf:3;
226 u8 zerocopy_sendfile:1;
227 u8 rx_no_pad:1;
229 int (*push_pending_record)(struct sock *sk, int flags);
230 void (*sk_write_space)(struct sock *sk);
232 void *priv_ctx_tx;
233 void *priv_ctx_rx;
235 struct net_device __rcu *netdev;
238 struct cipher_context tx;
239 struct cipher_context rx;
241 struct scatterlist *partially_sent_record;
242 u16 partially_sent_offset;
244 bool splicing_pages;
245 bool pending_open_record_frags;
247 struct mutex tx_lock; /* protects partially_sent_* fields and
250 unsigned long flags;
253 struct proto *sk_proto;
277 struct tls_context *ctx, argument