Searched refs:nfct_time_stamp (Results 1 – 4 of 4) sorted by relevance
260 #define nfct_time_stamp ((u32)(jiffies)) macro265 s32 timeout = READ_ONCE(ct->timeout) - nfct_time_stamp; in nf_ct_expires()272 return (__s32)(READ_ONCE(ct->timeout) - nfct_time_stamp) <= 0; in nf_ct_is_expired()291 WRITE_ONCE(ct->timeout, nfct_time_stamp + NF_CT_DAY); in nf_ct_offload_timeout()
663 s32 timeout = READ_ONCE(ct->timeout) - nfct_time_stamp; in nf_ct_delete()983 WRITE_ONCE(loser_ct->timeout, nfct_time_stamp + HZ); in nf_ct_resolve_clash_harder()1159 ct->timeout += nfct_time_stamp; in __nf_conntrack_confirm()1897 extra_jiffies += nfct_time_stamp; in __nf_ct_refresh_acct()
155 WRITE_ONCE(ct->timeout, nfct_time_stamp + timeout); in flow_offload_fixup_ct_timeout()
1969 WRITE_ONCE(ct->timeout, nfct_time_stamp + (u32)timeout); in ctnetlink_change_timeout()2236 ct->timeout = (u32)timeout + nfct_time_stamp; in ctnetlink_create_conntrack()