Home
last modified time | relevance | path

Searched defs:tls_context (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/net/
Dtls.h219 struct tls_context { struct
221 struct tls_prot_info prot_info;
223 u8 tx_conf:3;
224 u8 rx_conf:3;
225 u8 zerocopy_sendfile:1;
226 u8 rx_no_pad:1;
228 int (*push_pending_record)(struct sock *sk, int flags);
229 void (*sk_write_space)(struct sock *sk);
231 void *priv_ctx_tx;
232 void *priv_ctx_rx;
[all …]
/kernel/linux/linux-5.10/include/net/
Dtls.h240 struct tls_context { struct
242 struct tls_prot_info prot_info;
244 u8 tx_conf:3;
245 u8 rx_conf:3;
247 int (*push_pending_record)(struct sock *sk, int flags);
248 void (*sk_write_space)(struct sock *sk);
250 void *priv_ctx_tx;
251 void *priv_ctx_rx;
253 struct net_device *netdev;
256 struct cipher_context tx;
[all …]