Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnft_immediate.c114 err = nft_chain_validate(ctx, data->verdict.chain); in nft_immediate_validate()
Dnft_lookup.c171 err = nft_chain_validate(ctx, data->verdict.chain); in nft_lookup_validate_setelem()
Dnf_tables_api.c2457 int nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain) in nft_chain_validate() function
2483 EXPORT_SYMBOL_GPL(nft_chain_validate);
2499 err = nft_chain_validate(&ctx, chain); in nft_table_validate()
/Linux-v4.19/include/net/netfilter/
Dnf_tables.h890 int nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain);