NFTA_LOG_LEVEL
if (tb[NFTA_LOG_LEVEL] != NULL) {
ntohl(nla_get_be32(tb[NFTA_LOG_LEVEL]));
if (nla_put_be32(skb, NFTA_LOG_LEVEL, htonl(li->u.log.level)))
[NFTA_LOG_LEVEL] = { .type = NLA_U32 },
if (tb[NFTA_LOG_LEVEL] != NULL &&