Searched refs:tls_record_info (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tls/ |
D | tls_device.c | 126 static void destroy_record(struct tls_record_info *record) in destroy_record() 137 struct tls_record_info *info, *temp; in delete_all_records() 150 struct tls_record_info *info, *temp; in tls_icsk_clean_acked() 246 static void tls_append_frag(struct tls_record_info *record, in tls_append_frag() 272 struct tls_record_info *record, in tls_push_record() 305 struct tls_record_info *record, in tls_device_record_close() 339 struct tls_record_info *record; in tls_create_new_record() 422 struct tls_record_info *record = ctx->open_record; in tls_push_data() 595 struct tls_record_info *tls_get_record(struct tls_offload_context_tx *context, in tls_get_record() 599 struct tls_record_info *info, *last; in tls_get_record() [all …]
|
D | tls_device_fallback.c | 238 struct tls_record_info *record; in fill_sg_in()
|
/kernel/linux/linux-5.10/include/net/ |
D | tls.h | 165 struct tls_record_info { struct 177 struct tls_record_info *open_record; argument 178 struct tls_record_info *retransmit_hint; 390 struct tls_record_info *tls_get_record(struct tls_offload_context_tx *context, 393 static inline bool tls_record_is_start_marker(struct tls_record_info *rec) in tls_record_is_start_marker() 398 static inline u32 tls_record_start_seq(struct tls_record_info *rec) in tls_record_start_seq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | tls_rxtx.c | 105 struct tls_record_info *record; in mlx5e_tls_get_sync_data()
|
D | ktls_tx.c | 229 struct tls_record_info *record; in tx_sync_info_get()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
D | chcr_ktls.c | 1666 struct tls_record_info *record) in chcr_ktls_copy_record_in_skb() 1704 struct tls_record_info *record, in chcr_end_part_handler() 1781 struct tls_record_info *record, in chcr_short_record_handler() 1940 struct tls_record_info *record; in chcr_ktls_xmit()
|