Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnft_immediate.c166 err = nft_chain_validate(ctx, data->verdict.chain); in nft_immediate_validate()
Dnft_lookup.c220 err = nft_chain_validate(ctx, data->verdict.chain); in nft_lookup_validate_setelem()
Dnf_tables_api.c3207 int nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain) in nft_chain_validate() function
3233 EXPORT_SYMBOL_GPL(nft_chain_validate);
3249 err = nft_chain_validate(&ctx, chain); in nft_table_validate()
/Linux-v5.15/include/net/netfilter/
Dnf_tables.h1003 int nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain);