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