NFTA_TABLE_FLAGS  591 net/netfilter/nf_tables_api.c 	[NFTA_TABLE_FLAGS]	= { .type = NLA_U32 },
NFTA_TABLE_FLAGS  613 net/netfilter/nf_tables_api.c 	    nla_put_be32(skb, NFTA_TABLE_FLAGS, htonl(table->flags)) ||
NFTA_TABLE_FLAGS  809 net/netfilter/nf_tables_api.c 	if (!ctx->nla[NFTA_TABLE_FLAGS])
NFTA_TABLE_FLAGS  812 net/netfilter/nf_tables_api.c 	flags = ntohl(nla_get_be32(ctx->nla[NFTA_TABLE_FLAGS]));
NFTA_TABLE_FLAGS  929 net/netfilter/nf_tables_api.c 	if (nla[NFTA_TABLE_FLAGS]) {
NFTA_TABLE_FLAGS  930 net/netfilter/nf_tables_api.c 		flags = ntohl(nla_get_be32(nla[NFTA_TABLE_FLAGS]));