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