Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables_compat.h17 NFTA_MATCH_REV, enumerator
/openbmc/linux/net/netfilter/
H A Dnft_compat.c439 [NFTA_MATCH_REV] = NLA_POLICY_MAX(NLA_BE32, 255),
588 nla_put_be32(skb, NFTA_MATCH_REV, htonl(match->revision)) || in __nft_match_dump()
796 tb[NFTA_MATCH_REV] == NULL || in nft_match_select_ops()
801 rev = ntohl(nla_get_be32(tb[NFTA_MATCH_REV])); in nft_match_select_ops()