Lines Matching defs:tls_context
148156 struct tls_context { struct
148157 struct tls_prot_info prot_info;
148158 u8 tx_conf: 3;
148159 u8 rx_conf: 3;
148160 int (*push_pending_record)(struct sock *, int);
148161 void (*sk_write_space)(struct sock *);
148162 void *priv_ctx_tx;
148163 void *priv_ctx_rx;
148164 struct net_device *netdev;
148165 struct cipher_context tx;
148166 struct cipher_context rx;
148167 struct scatterlist *partially_sent_record;
148168 u16 partially_sent_offset;
148169 bool in_tcp_sendpages;
148170 bool pending_open_record_frags;
148171 struct mutex tx_lock;
148172 long unsigned int flags;
148173 struct proto *sk_proto;
148174 struct sock *sk;
148175 void (*sk_destruct)(struct sock *);
148176 union tls_crypto_context crypto_send;
148177 union tls_crypto_context crypto_recv;
148178 struct list_head list;
148179 refcount_t refcount;
148180 struct callback_head rcu;