Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_immediate.c182 err = nft_chain_validate(ctx, data->verdict.chain); in nft_immediate_validate()
H A Dnft_lookup.c185 err = nft_chain_validate(ctx, data->verdict.chain); in nft_lookup_validate_setelem()
H A Dnf_tables_api.c3103 int nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain) in nft_chain_validate() function
3129 EXPORT_SYMBOL_GPL(nft_chain_validate);
3145 err = nft_chain_validate(&ctx, chain); in nft_table_validate()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h968 int nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain);