NFTA_PAYLOAD_BASE
nla_put_be32(skb, NFTA_PAYLOAD_BASE, htonl(priv->base)) ||
if (tb[NFTA_PAYLOAD_BASE] == NULL ||
base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE]));
[NFTA_PAYLOAD_BASE] = { .type = NLA_U32 },
priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE]));
nla_put_be32(skb, NFTA_PAYLOAD_BASE, htonl(priv->base)) ||
if (!tb[NFTA_PAYLOAD_BASE] || !tb[NFTA_PAYLOAD_OFFSET] ||
base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE]));
priv->base = ntohl(nla_get_be32(tb[NFTA_PAYLOAD_BASE]));