Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tls/
H A Dtls_device.c759 u32 sock_data, is_req_pending; in tls_device_rx_resync_new_rec() local
779 is_req_pending = resync_req; in tls_device_rx_resync_new_rec()
781 if (likely(!is_req_pending) || req_seq != seq || in tls_device_rx_resync_new_rec()
805 is_req_pending = resync_req; in tls_device_rx_resync_new_rec()
806 if (likely(!is_req_pending)) in tls_device_rx_resync_new_rec()
/kernel/linux/linux-6.6/net/tls/
H A Dtls_device.c776 u32 sock_data, is_req_pending; in tls_device_rx_resync_new_rec() local
796 is_req_pending = resync_req; in tls_device_rx_resync_new_rec()
798 if (likely(!is_req_pending) || req_seq != seq || in tls_device_rx_resync_new_rec()
822 is_req_pending = resync_req; in tls_device_rx_resync_new_rec()
823 if (likely(!is_req_pending)) in tls_device_rx_resync_new_rec()

Completed in 4 milliseconds