Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_device.c505 u64 record_sn = context->hint_record_sn; in tls_get_record() local
516 record_sn = context->unacked_record_sn; in tls_get_record()
524 context->hint_record_sn = record_sn; in tls_get_record()
527 *p_record_sn = record_sn; in tls_get_record()
530 record_sn++; in tls_get_record()