Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables_compat.h33 NFTA_COMPAT_REV, enumerator
/openbmc/linux/net/netfilter/
H A Dnft_compat.c668 nla_put_be32(skb, NFTA_COMPAT_REV, htonl(rev)) || in nfnl_compat_fill_info()
692 tb[NFTA_COMPAT_REV] == NULL || in nfnl_compat_get_rcu()
697 rev = ntohl(nla_get_be32(tb[NFTA_COMPAT_REV])); in nfnl_compat_get_rcu()
754 [NFTA_COMPAT_REV] = NLA_POLICY_MAX(NLA_BE32, 255),