From c1829ab76535a8153b04cdf751e74fa71f6cbfb4 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 25 Sep 2017 01:39:31 +0200 Subject: queueing: more standard init/uninit names --- src/queueing.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/queueing.h') diff --git a/src/queueing.h b/src/queueing.h index a07e965..b5c732e 100644 --- a/src/queueing.h +++ b/src/queueing.h @@ -17,8 +17,8 @@ struct sk_buff; /* queueing.c APIs: */ extern struct kmem_cache *crypt_ctx_cache __read_mostly; -int init_crypt_ctx_cache(void); -void deinit_crypt_ctx_cache(void); +int crypt_ctx_cache_init(void); +void crypt_ctx_cache_uninit(void); int packet_queue_init(struct crypt_queue *queue, work_func_t function, bool multicore); struct multicore_worker __percpu *packet_alloc_percpu_multicore_worker(work_func_t function, void *ptr); -- cgit v1.2.3-59-g8ed1b