Searched refs:ssh_ctrl_packet_cache (Results 1 – 1 of 1) sorted by relevance
591 static struct kmem_cache *ssh_ctrl_packet_cache; variable606 ssh_ctrl_packet_cache = cache; in ssh_ctrl_packet_cache_init()615 kmem_cache_destroy(ssh_ctrl_packet_cache); in ssh_ctrl_packet_cache_destroy()616 ssh_ctrl_packet_cache = NULL; in ssh_ctrl_packet_cache_destroy()637 *packet = kmem_cache_alloc(ssh_ctrl_packet_cache, flags); in ssh_ctrl_packet_alloc()655 kmem_cache_free(ssh_ctrl_packet_cache, p); in ssh_ctrl_packet_free()