Home
last modified time | relevance | path

Searched refs:nf_ct_expires (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/include/net/netfilter/
Dnf_conntrack.h288 static inline unsigned long nf_ct_expires(const struct nf_conn *ct) in nf_ct_expires() function
315 if (nf_ct_expires(ct) < NF_CT_DAY / 2) in nf_ct_offload_timeout()
/linux-5.19.10/net/netfilter/
Dxt_conntrack.c232 unsigned long expires = nf_ct_expires(ct) / HZ; in conntrack_mt()
Dnf_conntrack_standalone.c332 seq_printf(s, "%ld ", nf_ct_expires(ct) / HZ); in ct_seq_show()
Dnft_ct.c110 *dest = jiffies_to_msecs(nf_ct_expires(ct)); in nft_ct_get_eval()
Dnf_conntrack_core.c1532 expires = clamp(nf_ct_expires(tmp), GC_SCAN_INTERVAL_MIN, GC_SCAN_INTERVAL_CLAMP); in gc_worker()
Dnf_conntrack_netlink.c179 long timeout = nf_ct_expires(ct) / HZ; in ctnetlink_dump_timeout()