Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_conntrack.h295 #define nfct_time_stamp ((u32)(jiffies)) macro
300 s32 timeout = READ_ONCE(ct->timeout) - nfct_time_stamp; in nf_ct_expires()
307 return (__s32)(READ_ONCE(ct->timeout) - nfct_time_stamp) <= 0; in nf_ct_is_expired()
H A Dnf_conntrack_core.h99 WRITE_ONCE(ct->timeout, nfct_time_stamp + (u32)timeout); in __nf_ct_set_timeout()
H A Dnf_conntrack_expect.h81 return (__s32)(READ_ONCE(exp->timeout) - nfct_time_stamp) <= 0; in nf_ct_exp_is_expired()
/linux/net/netfilter/
H A Dnf_conntrack_core.c672 s32 timeout = READ_ONCE(ct->timeout) - nfct_time_stamp; in nf_ct_delete()
1081 WRITE_ONCE(loser_ct->timeout, nfct_time_stamp + HZ); in nf_ct_resolve_clash_harder()
1271 ct->timeout += nfct_time_stamp; in __nf_conntrack_confirm()
1502 u32 end_time, start_time = nfct_time_stamp; in gc_worker()
1554 delta_time = nfct_time_stamp - gc_work->start_time; in gc_worker()
1613 delta_time = nfct_time_stamp - end_time; in gc_worker()
1627 delta_time = max_t(s32, nfct_time_stamp - gc_work->start_time, 1); in gc_worker()
2101 extra_jiffies += nfct_time_stamp; in __nf_ct_refresh_acct()
H A Dnf_conntrack_expect.c313 new->timeout = nfct_time_stamp; in nf_ct_expect_alloc()
720 timeout = (__s32)(READ_ONCE(expect->timeout) - nfct_time_stamp) / HZ; in exp_seq_show()
H A Dnf_flow_table_core.c523 expires = ct_timeout - nfct_time_stamp; in nf_flow_table_extend_ct_timeout()
567 new_timeout += nfct_time_stamp; in nf_flow_table_extend_ct_timeout()
H A Dnf_conntrack_bpf.c435 nfct->timeout += nfct_time_stamp; in bpf_ct_insert_entry()
H A Dnf_conntrack_proto_tcp.c806 WRITE_ONCE(ct->timeout, timeout + nfct_time_stamp); in nf_tcp_handle_invalid()
983 WRITE_ONCE(ct->timeout, timeout + nfct_time_stamp); in nf_conntrack_tcp_set_closing()
H A Dnf_conntrack_sip.c894 WRITE_ONCE(exp->timeout, nfct_time_stamp + (expires * HZ)); in refresh_signalling_expectation()
H A Dnf_conntrack_netlink.c3006 __s32 timeout = (__s32)(READ_ONCE(exp->timeout) - nfct_time_stamp) / HZ; in ctnetlink_exp_dump_expect()
3475 WRITE_ONCE(x->timeout, nfct_time_stamp + in ctnetlink_change_expect()
H A Dnf_conntrack_h323_main.c1392 nfct_time_stamp + (info->timeout * HZ)); in process_rcf()