Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables_compat.h8 NFTA_TARGET_REV, enumerator
/openbmc/linux/net/netfilter/
H A Dnft_compat.c138 [NFTA_TARGET_REV] = NLA_POLICY_MAX(NLA_BE32, 255),
341 nla_put_be32(skb, NFTA_TARGET_REV, htonl(target->revision)) || in nft_target_dump()
876 tb[NFTA_TARGET_REV] == NULL || in nft_target_select_ops()
881 rev = ntohl(nla_get_be32(tb[NFTA_TARGET_REV])); in nft_target_select_ops()