Home
last modified time | relevance | path

Searched refs:NFT_TABLE_F_DORMANT (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/uapi/linux/netfilter/
Dnf_tables.h186 NFT_TABLE_F_DORMANT = 0x1, enumerator
190 #define NFT_TABLE_F_MASK (NFT_TABLE_F_DORMANT | \
/linux-6.12.1/net/netfilter/
Dnft_chain_filter.c338 if (!(ctx->chain->table->flags & NFT_TABLE_F_DORMANT)) in nft_netdev_event()
Dnf_tables_api.c347 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 …]