Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_immediate.c264 err = nft_chain_validate(ctx, data->verdict.chain); in nft_immediate_validate()
H A Dnf_tables_api.c3803 int nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain) in nft_chain_validate() function
3835 EXPORT_SYMBOL_GPL(nft_chain_validate);
3851 err = nft_chain_validate(&ctx, chain); in nft_table_validate()
3882 err = nft_chain_validate(ctx, data->verdict.chain); in nft_setelem_validate()
10945 err = nft_chain_validate(ctx, data->verdict.chain); in nft_validate_register_store()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1120 int nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain);