NFTA_PAYLOAD_CSUM_TYPE
nla_put_be32(skb, NFTA_PAYLOAD_CSUM_TYPE, htonl(priv->csum_type)) ||
[NFTA_PAYLOAD_CSUM_TYPE] = { .type = NLA_U32 },
if (tb[NFTA_PAYLOAD_CSUM_TYPE])
csum_type = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_CSUM_TYPE]));