Searched refs:tls_context (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/net/ |
D | tls.h | 189 struct tls_context { struct 243 void tls_ctx_free(struct tls_context *ctx); argument 250 int tls_set_sw_offload(struct sock *sk, struct tls_context *ctx, int tx); 266 int tls_set_device_offload(struct sock *sk, struct tls_context *ctx); 287 void tls_sk_destruct(struct sock *sk, struct tls_context *ctx); 288 int tls_push_sg(struct sock *sk, struct tls_context *ctx, 291 int tls_push_pending_closed_record(struct sock *sk, struct tls_context *ctx, 294 static inline bool tls_is_pending_closed_record(struct tls_context *ctx) in tls_is_pending_closed_record() 300 struct tls_context *ctx, in tls_complete_pending_work() 314 static inline bool tls_is_partially_sent_record(struct tls_context *ctx) in tls_is_partially_sent_record() [all …]
|
/linux-4.19.296/include/linux/ |
D | netdevice.h | 914 struct tls_context; 922 struct tls_context *ctx,
|