Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_tables_api.c140 #define NFT_TABLE_INACTIVE (1 << 15) macro
151 ctx->table->flags |= NFT_TABLE_INACTIVE; in nft_trans_table_add()
533 if (table->flags & NFT_TABLE_INACTIVE) in nf_tables_gettable()
665 if (table->flags & NFT_TABLE_INACTIVE) in nf_tables_newtable()
796 if (table->flags & NFT_TABLE_INACTIVE) in nf_tables_deltable()
1085 if (table->flags & NFT_TABLE_INACTIVE) in nf_tables_getchain()
1424 if (table->flags & NFT_TABLE_INACTIVE) in nf_tables_delchain()
1888 if (table->flags & NFT_TABLE_INACTIVE) in nf_tables_getrule()
2125 if (table->flags & NFT_TABLE_INACTIVE) in nf_tables_delrule()
2296 if (table->flags & NFT_TABLE_INACTIVE) in nft_ctx_init_from_setattr()
[all …]