Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
A Dnf_tables.h1823 struct nft_trans_gc { struct
1860 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set,
1862 void nft_trans_gc_destroy(struct nft_trans_gc *trans);
1864 struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc,
1866 void nft_trans_gc_queue_async_done(struct nft_trans_gc *gc);
1868 struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp);
1869 void nft_trans_gc_queue_sync_done(struct nft_trans_gc *trans);
1871 void nft_trans_gc_elem_add(struct nft_trans_gc *gc, void *priv);
1873 struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc,
1875 struct nft_trans_gc *nft_trans_gc_catchall_sync(struct nft_trans_gc *gc);
/linux/net/netfilter/
A Dnft_set_rbtree.c243 struct nft_trans_gc *gc; in nft_rbtree_gc_elem()
630 struct nft_trans_gc *gc; in nft_rbtree_gc()
A Dnf_tables_api.c9890 struct nft_trans_gc *trans) in nft_trans_gc_setelem_remove()
9901 void nft_trans_gc_destroy(struct nft_trans_gc *trans) in nft_trans_gc_destroy()
9911 struct nft_trans_gc *trans; in nft_trans_gc_trans_free()
9915 trans = container_of(rcu, struct nft_trans_gc, rcu); in nft_trans_gc_trans_free()
9959 struct nft_trans_gc *trans, *next; in nft_trans_gc_work()
9980 struct nft_trans_gc *trans; in nft_trans_gc_alloc()
10013 static int nft_trans_gc_space(struct nft_trans_gc *trans) in nft_trans_gc_space()
10018 struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc, in nft_trans_gc_queue_async()
10042 struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp) in nft_trans_gc_queue_sync()
10070 struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc, in nft_trans_gc_catchall_async()
[all …]
A Dnft_set_hash.c324 struct nft_trans_gc *gc; in nft_rhash_gc()
A Dnft_set_pipapo.c1704 struct nft_trans_gc *gc;

Completed in 42 milliseconds