Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_tables.h733 NFT_CHAIN_INACTIVE = 0x2, enumerator
/linux-4.4.14/net/netfilter/
Dnf_tables_api.c216 ctx->chain->flags |= NFT_CHAIN_INACTIVE; in nft_trans_chain_add()
1134 if (chain->flags & NFT_CHAIN_INACTIVE) in nf_tables_getchain()
1294 if (chain->flags & NFT_CHAIN_INACTIVE) in nf_tables_newchain()
1501 if (chain->flags & NFT_CHAIN_INACTIVE) in nf_tables_delchain()
1965 if (chain->flags & NFT_CHAIN_INACTIVE) in nf_tables_getrule()
3923 trans->ctx.chain->flags &= ~NFT_CHAIN_INACTIVE; in nf_tables_commit()