Home
last modified time | relevance | path

Searched refs:record_sn (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tls/
H A Dtls_device.c602 u64 record_sn = context->hint_record_sn; in tls_get_record() local
633 record_sn = context->unacked_record_sn; in tls_get_record()
643 context->hint_record_sn = record_sn; in tls_get_record()
646 *p_record_sn = record_sn; in tls_get_record()
649 record_sn++; in tls_get_record()
/kernel/linux/linux-6.6/net/tls/
H A Dtls_device.c619 u64 record_sn = context->hint_record_sn; in tls_get_record() local
650 record_sn = context->unacked_record_sn; in tls_get_record()
660 context->hint_record_sn = record_sn; in tls_get_record()
663 *p_record_sn = record_sn; in tls_get_record()
666 record_sn++; in tls_get_record()

Completed in 5 milliseconds