Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/netfilter/
Dnf_tables.h720 NFT_CHAIN_INACTIVE = 0x2, enumerator
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c178 ctx->chain->flags |= NFT_CHAIN_INACTIVE; in nft_trans_chain_add()
1091 if (chain->flags & NFT_CHAIN_INACTIVE) in nf_tables_getchain()
1247 if (chain->flags & NFT_CHAIN_INACTIVE) in nf_tables_newchain()
1430 if (chain->flags & NFT_CHAIN_INACTIVE) in nf_tables_delchain()
1894 if (chain->flags & NFT_CHAIN_INACTIVE) in nf_tables_getrule()
3855 trans->ctx.chain->flags &= ~NFT_CHAIN_INACTIVE; in nf_tables_commit()