Home
last modified time | relevance | path

Searched refs:NFTA_LOG_LEVEL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnft_log.c127 [NFTA_LOG_LEVEL] = { .type = NLA_U32 },
155 if (tb[NFTA_LOG_LEVEL] != NULL && in nft_log_init()
176 if (tb[NFTA_LOG_LEVEL] != NULL) { in nft_log_init()
178 ntohl(nla_get_be32(tb[NFTA_LOG_LEVEL])); in nft_log_init()
255 if (nla_put_be32(skb, NFTA_LOG_LEVEL, htonl(li->u.log.level))) in nft_log_dump()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h1285 NFTA_LOG_LEVEL, enumerator