Searched refs:nfct_time_stamp (Results 1 – 4 of 4) sorted by relevance
267 #define nfct_time_stamp ((u32)(jiffies)) macro272 s32 timeout = READ_ONCE(ct->timeout) - nfct_time_stamp; in nf_ct_expires()279 return (__s32)(READ_ONCE(ct->timeout) - nfct_time_stamp) <= 0; in nf_ct_is_expired()298 WRITE_ONCE(ct->timeout, nfct_time_stamp + NF_CT_DAY); in nf_ct_offload_timeout()
664 s32 timeout = READ_ONCE(ct->timeout) - nfct_time_stamp; in nf_ct_delete()984 WRITE_ONCE(loser_ct->timeout, nfct_time_stamp + HZ); in nf_ct_resolve_clash_harder()1160 ct->timeout += nfct_time_stamp; in __nf_conntrack_confirm()1898 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()