Lines Matching defs:tls_context
112288 struct tls_context { struct
112289 struct tls_prot_info prot_info;
112290 u8 tx_conf: 3;
112291 u8 rx_conf: 3;
112292 int (*push_pending_record)(struct sock *, int);
112293 void (*sk_write_space)(struct sock *);
112294 void *priv_ctx_tx;
112295 void *priv_ctx_rx;
112296 struct net_device *netdev;
112297 struct cipher_context tx;
112298 struct cipher_context rx;
112299 struct scatterlist *partially_sent_record;
112300 u16 partially_sent_offset;
112301 bool in_tcp_sendpages;
112302 bool pending_open_record_frags;
112303 struct mutex tx_lock;
112304 long unsigned int flags;
112305 struct proto *sk_proto;
112306 void (*sk_destruct)(struct sock *);
112307 union tls_crypto_context crypto_send;
112308 union tls_crypto_context crypto_recv;
112309 struct list_head list;
112310 refcount_t refcount;
112311 struct callback_head rcu;