NFTA_CMP_OP
if (nla_put_be32(skb, NFTA_CMP_OP, htonl(priv->op)))
priv->inv = ntohl(nla_get_be32(tb[NFTA_CMP_OP])) != NFT_CMP_EQ;
if (nla_put_be32(skb, NFTA_CMP_OP, htonl(op)))
priv->inv = ntohl(nla_get_be32(tb[NFTA_CMP_OP])) != NFT_CMP_EQ;
if (nla_put_be32(skb, NFTA_CMP_OP, htonl(op)))
tb[NFTA_CMP_OP] == NULL ||
op = ntohl(nla_get_be32(tb[NFTA_CMP_OP]));
[NFTA_CMP_OP] = { .type = NLA_U32 },
priv->op = ntohl(nla_get_be32(tb[NFTA_CMP_OP]));