Searched refs:nf_ct_expires (Results 1 – 5 of 5) sorted by relevance
277 static inline unsigned long nf_ct_expires(const struct nf_conn *ct) in nf_ct_expires() function304 if (nf_ct_expires(ct) < NF_CT_DAY / 2) in nf_ct_offload_timeout()
232 unsigned long expires = nf_ct_expires(ct) / HZ; in conntrack_mt()
329 seq_printf(s, "%ld ", nf_ct_expires(ct) / HZ); in ct_seq_show()
109 *dest = jiffies_to_msecs(nf_ct_expires(ct)); in nft_ct_get_eval()
173 long timeout = nf_ct_expires(ct) / HZ; in ctnetlink_dump_timeout()
Completed in 15 milliseconds