Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtls.h220 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;
[all …]