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