Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter/
Dnf_tables_compat.h16 NFTA_MATCH_REV, enumerator
/linux-4.4.14/net/netfilter/
Dnft_compat.c337 [NFTA_MATCH_REV] = { .type = NLA_U32 },
454 nla_put_be32(skb, NFTA_MATCH_REV, htonl(match->revision)) || in nft_match_dump()
639 tb[NFTA_MATCH_REV] == NULL || in nft_match_select_ops()
644 rev = ntohl(nla_get_be32(tb[NFTA_MATCH_REV])); in nft_match_select_ops()