Home
last modified time | relevance | path

Searched refs:tls_record_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/net/
Dtls.h129 struct tls_record_info { struct
141 struct tls_record_info *open_record; argument
142 struct tls_record_info *retransmit_hint;
263 struct tls_record_info *tls_get_record(struct tls_offload_context_tx *context,
266 static inline bool tls_record_is_start_marker(struct tls_record_info *rec) in tls_record_is_start_marker()
271 static inline u32 tls_record_start_seq(struct tls_record_info *rec) in tls_record_start_seq()
/Linux-v4.19/net/tls/
Dtls_device.c136 static void destroy_record(struct tls_record_info *record) in destroy_record()
150 struct tls_record_info *info, *temp; in delete_all_records()
163 struct tls_record_info *info, *temp; in tls_icsk_clean_acked()
219 static void tls_append_frag(struct tls_record_info *record, in tls_append_frag()
245 struct tls_record_info *record, in tls_push_record()
293 struct tls_record_info *record; in tls_create_new_record()
352 struct tls_record_info *record = ctx->open_record; in tls_push_data()
502 struct tls_record_info *tls_get_record(struct tls_offload_context_tx *context, in tls_get_record()
506 struct tls_record_info *info; in tls_get_record()
515 struct tls_record_info, list); in tls_get_record()
[all …]
Dtls_device_fallback.c225 struct tls_record_info *record; in fill_sg_in()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dtls_rxtx.c105 struct tls_record_info *record; in mlx5e_tls_get_sync_data()