Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_ct.h23 #define WRITE_ONCE(x, v) (*(volatile typeof(x) *)&(x)) = (v) macro
76 WRITE_ONCE(entry->lifetime, now + lifetime); in update_timeout_inner()
88 WRITE_ONCE(entry->rx_seen_flag, seen_flags); in update_timeout_inner()
89 WRITE_ONCE(entry->last_rx_report, now); in update_timeout_inner()
91 WRITE_ONCE(entry->tx_seen_flag, seen_flags); in update_timeout_inner()
92 WRITE_ONCE(entry->last_tx_report, now); in update_timeout_inner()

Completed in 1 milliseconds