Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/netfilter/
Dnf_tables_compat.h17 NFTA_MATCH_REV, enumerator
/Linux-v4.19/net/netfilter/
Dnft_compat.c380 [NFTA_MATCH_REV] = { .type = NLA_U32 },
534 nla_put_be32(skb, NFTA_MATCH_REV, htonl(match->revision)) || in __nft_match_dump()
736 tb[NFTA_MATCH_REV] == NULL || in nft_match_select_ops()
741 rev = ntohl(nla_get_be32(tb[NFTA_MATCH_REV])); in nft_match_select_ops()