Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/netfilter/
A Dnf_conntrack.h291 #define nfct_time_stamp ((u32)(jiffies)) macro
296 s32 timeout = READ_ONCE(ct->timeout) - nfct_time_stamp; in nf_ct_expires()
303 return (__s32)(READ_ONCE(ct->timeout) - nfct_time_stamp) <= 0; in nf_ct_is_expired()
322 WRITE_ONCE(ct->timeout, nfct_time_stamp + NF_CT_DAY); in nf_ct_offload_timeout()
A Dnf_conntrack_core.h92 WRITE_ONCE(ct->timeout, nfct_time_stamp + (u32)timeout); in __nf_ct_set_timeout()
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_core.c660 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()
1257 ct->timeout += nfct_time_stamp; in __nf_conntrack_confirm()
1465 u32 end_time, start_time = nfct_time_stamp; in gc_worker()
1523 delta_time = nfct_time_stamp - gc_work->start_time; in gc_worker()
1576 delta_time = nfct_time_stamp - end_time; in gc_worker()
1590 delta_time = max_t(s32, nfct_time_stamp - gc_work->start_time, 1); in gc_worker()
2083 extra_jiffies += nfct_time_stamp; in __nf_ct_refresh_acct()
A Dnf_conntrack_proto_tcp.c769 WRITE_ONCE(ct->timeout, timeout + nfct_time_stamp); in nf_tcp_handle_invalid()
942 WRITE_ONCE(ct->timeout, timeout + nfct_time_stamp); in nf_conntrack_tcp_set_closing()
A Dnf_flow_table_core.c210 WRITE_ONCE(ct->timeout, nfct_time_stamp + timeout); in flow_offload_fixup_ct()

Completed in 14 milliseconds