Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_tables.h1151 int nft_chain_validate(const struct nft_ctx *ctx, struct nft_chain *chain);
/linux/net/netfilter/
H A Dnf_tables_api.c4166 int nft_chain_validate(const struct nft_ctx *ctx, struct nft_chain *chain) in nft_chain_validate() function
4226 err = nft_chain_validate(&ctx, chain); in nft_table_validate()
4259 err = nft_chain_validate(ctx, data->verdict.chain); in nft_setelem_validate()