Searched refs:nf_ct_expires (Results 1 – 6 of 6) sorted by relevance
265 static inline unsigned long nf_ct_expires(const struct nf_conn *ct) in nf_ct_expires() function
235 unsigned long expires = nf_ct_expires(ct) / HZ; in conntrack_mt()
304 seq_printf(s, "%ld ", nf_ct_expires(ct) / HZ); in ct_seq_show()
110 *dest = jiffies_to_msecs(nf_ct_expires(ct)); in nft_ct_get_eval()
1127 if (nf_ct_expires(ct) < DAY / 2) in nf_ct_offload_timeout()
171 long timeout = nf_ct_expires(ct) / HZ; in ctnetlink_dump_timeout()