Searched refs:NFTA_TABLE_FLAGS (Results 1 – 2 of 2) sorted by relevance
153 NFTA_TABLE_FLAGS, enumerator
401 [NFTA_TABLE_FLAGS] = { .type = NLA_U32 },422 nla_put_be32(skb, NFTA_TABLE_FLAGS, htonl(table->flags)) || in nf_tables_fill_table_info()601 if (!ctx->nla[NFTA_TABLE_FLAGS]) in nf_tables_updtable()604 flags = ntohl(nla_get_be32(ctx->nla[NFTA_TABLE_FLAGS])); in nf_tables_updtable()676 if (nla[NFTA_TABLE_FLAGS]) { in nf_tables_newtable()677 flags = ntohl(nla_get_be32(nla[NFTA_TABLE_FLAGS])); in nf_tables_newtable()