Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_ct.c1222 unsigned long jiffies_val = msecs_to_jiffies(nla_get_u32(attr)); in nft_ct_expect_timeout_get() local
1224 if (jiffies_val > UINT_MAX) in nft_ct_expect_timeout_get()
1227 *val = jiffies_val; in nft_ct_expect_timeout_get()