Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/netfilter/
Dnf_tables_compat.h16 NFTA_MATCH_REV, enumerator
/linux-4.1.27/net/netfilter/
Dnft_compat.c336 [NFTA_MATCH_REV] = { .type = NLA_U32 },
452 nla_put_be32(skb, NFTA_MATCH_REV, htonl(match->revision)) || in nft_match_dump()
637 tb[NFTA_MATCH_REV] == NULL || in nft_match_select_ops()
642 rev = ntohl(nla_get_be32(tb[NFTA_MATCH_REV])); in nft_match_select_ops()