Home
last modified time | relevance | path

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

/net/tls/
A Dtls_device.c714 u32 req_seq = resync_req >> 32; in tls_device_rx_resync_async() local
715 u32 req_end = req_seq + ((resync_req >> 16) & 0xffff); in tls_device_rx_resync_async()
730 if (before(*seq, req_seq)) in tls_device_rx_resync_async()
745 if (req_seq == resync_async->log[i] && in tls_device_rx_resync_async()
748 *seq = req_seq; in tls_device_rx_resync_async()
757 if (req_seq == *seq && in tls_device_rx_resync_async()
774 u32 req_seq; in tls_device_rx_resync_new_rec() local
788 req_seq = resync_req >> 32; in tls_device_rx_resync_new_rec()
792 if (likely(!is_req_pending) || req_seq != seq || in tls_device_rx_resync_new_rec()

Completed in 5 milliseconds