Home
last modified time | relevance | path

Searched refs:tls_record_is_start_marker (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dtls.h336 static inline bool tls_record_is_start_marker(struct tls_record_info *rec) in tls_record_is_start_marker() function
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c650 if (unlikely(tls_record_is_start_marker(record))) { in tx_sync_info_get()
/linux/net/tls/
H A Dtls_device.c633 if (likely(!tls_record_is_start_marker(info))) { in tls_get_record()