NFTA_CT_KEY
[NFTA_CT_KEY] = NLA_POLICY_MAX(NLA_BE32, 255),
priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY]));
priv->key = ntohl(nla_get_be32(tb[NFTA_CT_KEY]));
if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key)))
if (nla_put_be32(skb, NFTA_CT_KEY, htonl(priv->key)))
if (tb[NFTA_CT_KEY] == NULL)
u32 k = ntohl(nla_get_be32(tb[NFTA_CT_KEY]));
if (nla_get_be32(tb[NFTA_CT_KEY]) == htonl(NFT_CT_ZONE))