Searched refs:NFTA_TABLE_FLAGS (Results 1 – 2 of 2) sorted by relevance
155 NFTA_TABLE_FLAGS, enumerator
439 [NFTA_TABLE_FLAGS] = { .type = NLA_U32 },460 nla_put_be32(skb, NFTA_TABLE_FLAGS, htonl(table->flags)) || in nf_tables_fill_table_info()639 if (!ctx->nla[NFTA_TABLE_FLAGS]) in nf_tables_updtable()642 flags = ntohl(nla_get_be32(ctx->nla[NFTA_TABLE_FLAGS])); in nf_tables_updtable()713 if (nla[NFTA_TABLE_FLAGS]) { in nf_tables_newtable()714 flags = ntohl(nla_get_be32(nla[NFTA_TABLE_FLAGS])); in nf_tables_newtable()