Home
last modified time | relevance | path

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

/linux-6.14.4/net/netfilter/
Dnft_immediate.c263 err = nft_chain_validate(ctx, data->verdict.chain); in nft_immediate_validate()
Dnf_tables_api.c4009 int nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain) in nft_chain_validate() function
4040 EXPORT_SYMBOL_GPL(nft_chain_validate);
4056 err = nft_chain_validate(&ctx, chain); in nft_table_validate()
4087 err = nft_chain_validate(ctx, data->verdict.chain); in nft_setelem_validate()
11457 err = nft_chain_validate(ctx, data->verdict.chain); in nft_validate_register_store()
/linux-6.14.4/include/net/netfilter/
Dnf_tables.h1137 int nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain);