Searched refs:NFT_TABLE_F_DORMANT (Results 1 – 3 of 3) sorted by relevance
184 NFT_TABLE_F_DORMANT = 0x1, enumerator187 #define NFT_TABLE_F_MASK (NFT_TABLE_F_DORMANT | \
341 if (!(ctx->chain->table->flags & NFT_TABLE_F_DORMANT)) in nft_netdev_event()
325 if (table->flags & NFT_TABLE_F_DORMANT || in nf_tables_register_hook()349 if (table->flags & NFT_TABLE_F_DORMANT || in __nf_tables_unregister_hook()1200 table->flags &= ~NFT_TABLE_F_DORMANT; in nf_tables_table_disable()1202 table->flags |= NFT_TABLE_F_DORMANT; in nf_tables_table_disable()1262 if ((flags & NFT_TABLE_F_DORMANT) && in nf_tables_updtable()1263 !(ctx->table->flags & NFT_TABLE_F_DORMANT)) { in nf_tables_updtable()1264 ctx->table->flags |= NFT_TABLE_F_DORMANT; in nf_tables_updtable()1267 } else if (!(flags & NFT_TABLE_F_DORMANT) && in nf_tables_updtable()1268 ctx->table->flags & NFT_TABLE_F_DORMANT) { in nf_tables_updtable()1269 ctx->table->flags &= ~NFT_TABLE_F_DORMANT; in nf_tables_updtable()[all …]