Home
last modified time | relevance | path

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

/net/tls/
A Dtls_device.c711 s64 resync_req, u32 *seq, u16 *rcd_delta) in tls_device_rx_resync_async() argument
713 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async()
714 u32 req_seq = resync_req >> 32; in tls_device_rx_resync_async()
759 &resync_req, 0)) in tls_device_rx_resync_async()
772 s64 resync_req; in tls_device_rx_resync_new_rec() local
787 resync_req = atomic64_read(&rx_ctx->resync_req); in tls_device_rx_resync_new_rec()
788 req_seq = resync_req >> 32; in tls_device_rx_resync_new_rec()
790 is_req_pending = resync_req; in tls_device_rx_resync_new_rec()
793 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec()
816 is_req_pending = resync_req; in tls_device_rx_resync_new_rec()
[all …]

Completed in 4 milliseconds