Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_tables_api.c2637 struct nft_ctx *ctx_dump; in nf_tables_getset() local
2639 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()