Searched defs:tls_context (Results 1 – 1 of 1) sorted by relevance
224 struct tls_context { struct226 struct tls_prot_info prot_info;228 u8 tx_conf:3;229 u8 rx_conf:3;230 u8 zerocopy_sendfile:1;231 u8 rx_no_pad:1;233 int (*push_pending_record)(struct sock *sk, int flags);234 void (*sk_write_space)(struct sock *sk);236 void *priv_ctx_tx;237 void *priv_ctx_rx;[all …]