Searched refs:ctx_dump (Results 1 – 1 of 1) sorted by relevance
2637 struct nft_ctx *ctx_dump; in nf_tables_getset() local2639 ctx_dump = kmalloc(sizeof(*ctx_dump), GFP_KERNEL); in nf_tables_getset()2640 if (ctx_dump == NULL) in nf_tables_getset()2643 *ctx_dump = ctx; in nf_tables_getset()2644 c.data = ctx_dump; in nf_tables_getset()