Searched refs:NFTA_LOG_FLAGS (Results 1 – 5 of 5) sorted by relevance
128 [NFTA_LOG_FLAGS] = { .type = NLA_U32 },146 if (tb[NFTA_LOG_FLAGS] != NULL) in nft_log_init()173 if (tb[NFTA_LOG_FLAGS] != NULL) { in nft_log_init()175 ntohl(nla_get_be32(tb[NFTA_LOG_FLAGS])); in nft_log_init()240 if (nla_put_be32(skb, NFTA_LOG_FLAGS, in nft_log_dump()
4 Subject: [PATCH] netfilter: nft_log: complete NFTA_LOG_FLAGS attr support6 NFTA_LOG_FLAGS attribute is already supported, but the related18 and NFTA_LOG_FLAGS are set at the same time, report EINVAL to the216 + if (tb[NFTA_LOG_FLAGS] != NULL)223 if (tb[NFTA_LOG_FLAGS] != NULL) {225 ntohl(nla_get_be32(tb[NFTA_LOG_FLAGS]));
1103 NFTA_LOG_FLAGS, enumerator
1193 NFTA_LOG_FLAGS, enumerator