Searched refs:NFT_TABLE_F_DORMANT (Results 1 – 3 of 3) sorted by relevance
186 NFT_TABLE_F_DORMANT = 0x1, enumerator190 #define NFT_TABLE_F_MASK (NFT_TABLE_F_DORMANT | \
338 if (!(ctx->chain->table->flags & NFT_TABLE_F_DORMANT)) in nft_netdev_event()
347 if (table->flags & NFT_TABLE_F_DORMANT || in nf_tables_register_hook()371 if (table->flags & NFT_TABLE_F_DORMANT || in __nf_tables_unregister_hook()1252 table->flags &= ~NFT_TABLE_F_DORMANT; in nf_tables_table_disable()1254 table->flags |= NFT_TABLE_F_DORMANT; in nf_tables_table_disable()1319 if ((flags & NFT_TABLE_F_DORMANT) && in nf_tables_updtable()1320 !(ctx->table->flags & NFT_TABLE_F_DORMANT)) { in nf_tables_updtable()1321 ctx->table->flags |= NFT_TABLE_F_DORMANT; in nf_tables_updtable()1324 } else if (!(flags & NFT_TABLE_F_DORMANT) && in nf_tables_updtable()1325 ctx->table->flags & NFT_TABLE_F_DORMANT) { in nf_tables_updtable()1326 ctx->table->flags &= ~NFT_TABLE_F_DORMANT; in nf_tables_updtable()[all …]