Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_last.c41 err = nf_msecs_to_jiffies64(tb[NFTA_LAST_MSECS], &last_jiffies); in nft_last_init()
H A Dnft_dynset.c212 err = nf_msecs_to_jiffies64(tb[NFTA_DYNSET_TIMEOUT], &timeout); in nft_dynset_init()
H A Dnf_tables_api.c4509 int nf_msecs_to_jiffies64(const struct nlattr *nla, u64 *result) in nf_msecs_to_jiffies64() function
5118 err = nf_msecs_to_jiffies64(nla[NFTA_SET_TIMEOUT], &desc.timeout); in nf_tables_newset()
6805 err = nf_msecs_to_jiffies64(nla[NFTA_SET_ELEM_TIMEOUT], in nft_add_set_elem()
6821 err = nf_msecs_to_jiffies64(nla[NFTA_SET_ELEM_EXPIRATION], in nft_add_set_elem()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1777 int nf_msecs_to_jiffies64(const struct nlattr *nla, u64 *result);