Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/netfilter/
Dnf_conntrack.h285 #define nfct_time_stamp ((u32)(jiffies)) macro
290 s32 timeout = READ_ONCE(ct->timeout) - nfct_time_stamp; in nf_ct_expires()
297 return (__s32)(READ_ONCE(ct->timeout) - nfct_time_stamp) <= 0; in nf_ct_is_expired()
316 WRITE_ONCE(ct->timeout, nfct_time_stamp + NF_CT_DAY); in nf_ct_offload_timeout()
/linux-5.19.10/net/netfilter/
Dnf_conntrack_core.c666 s32 timeout = READ_ONCE(ct->timeout) - nfct_time_stamp; in nf_ct_delete()
1066 WRITE_ONCE(loser_ct->timeout, nfct_time_stamp + HZ); in nf_ct_resolve_clash_harder()
1258 ct->timeout += nfct_time_stamp; in __nf_conntrack_confirm()
1466 u32 end_time, start_time = nfct_time_stamp; in gc_worker()
1519 delta_time = nfct_time_stamp - gc_work->start_time; in gc_worker()
1572 delta_time = nfct_time_stamp - end_time; in gc_worker()
1585 delta_time = max_t(s32, nfct_time_stamp - gc_work->start_time, 1); in gc_worker()
2093 extra_jiffies += nfct_time_stamp; in __nf_ct_refresh_acct()
Dnf_flow_table_core.c212 WRITE_ONCE(ct->timeout, nfct_time_stamp + timeout); in flow_offload_fixup_ct()
Dnf_conntrack_netlink.c2031 WRITE_ONCE(ct->timeout, nfct_time_stamp + (u32)timeout); in ctnetlink_change_timeout()
2298 ct->timeout = (u32)timeout + nfct_time_stamp; in ctnetlink_create_conntrack()