Symbol: nfct_time_stamp
include/net/netfilter/nf_conntrack.h
295
s32 timeout = READ_ONCE(ct->timeout) - nfct_time_stamp;
include/net/netfilter/nf_conntrack.h
302
return (__s32)(READ_ONCE(ct->timeout) - nfct_time_stamp) <= 0;
include/net/netfilter/nf_conntrack_core.h
99
WRITE_ONCE(ct->timeout, nfct_time_stamp + (u32)timeout);
include/net/netfilter/nf_conntrack_expect.h
78
return (__s32)(READ_ONCE(exp->timeout) - nfct_time_stamp) <= 0;
net/netfilter/nf_conntrack_bpf.c
411
nfct->timeout += nfct_time_stamp;
net/netfilter/nf_conntrack_core.c
1081
WRITE_ONCE(loser_ct->timeout, nfct_time_stamp + HZ);
net/netfilter/nf_conntrack_core.c
1271
ct->timeout += nfct_time_stamp;
net/netfilter/nf_conntrack_core.c
1502
u32 end_time, start_time = nfct_time_stamp;
net/netfilter/nf_conntrack_core.c
1554
delta_time = nfct_time_stamp - gc_work->start_time;
net/netfilter/nf_conntrack_core.c
1613
delta_time = nfct_time_stamp - end_time;
net/netfilter/nf_conntrack_core.c
1627
delta_time = max_t(s32, nfct_time_stamp - gc_work->start_time, 1);
net/netfilter/nf_conntrack_core.c
2101
extra_jiffies += nfct_time_stamp;
net/netfilter/nf_conntrack_core.c
672
s32 timeout = READ_ONCE(ct->timeout) - nfct_time_stamp;
net/netfilter/nf_conntrack_expect.c
313
new->timeout = nfct_time_stamp;
net/netfilter/nf_conntrack_expect.c
710
timeout = (__s32)(READ_ONCE(expect->timeout) - nfct_time_stamp) / HZ;
net/netfilter/nf_conntrack_h323_main.c
1392
nfct_time_stamp + (info->timeout * HZ));
net/netfilter/nf_conntrack_netlink.c
3004
__s32 timeout = (__s32)(READ_ONCE(exp->timeout) - nfct_time_stamp) / HZ;
net/netfilter/nf_conntrack_netlink.c
3472
WRITE_ONCE(x->timeout, nfct_time_stamp +
net/netfilter/nf_conntrack_proto_tcp.c
771
WRITE_ONCE(ct->timeout, timeout + nfct_time_stamp);
net/netfilter/nf_conntrack_proto_tcp.c
945
WRITE_ONCE(ct->timeout, timeout + nfct_time_stamp);
net/netfilter/nf_conntrack_sip.c
900
WRITE_ONCE(exp->timeout, nfct_time_stamp + (expires * HZ));
net/netfilter/nf_flow_table_core.c
515
expires = ct_timeout - nfct_time_stamp;
net/netfilter/nf_flow_table_core.c
559
new_timeout += nfct_time_stamp;