Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/bootmem.h>
#include <linux/vmalloc.h>
#include <linux/slab.h>
#include <linux/xfrm.h>
#include "xfrm_hash.h"
Go to the source code of this file.
Functions | |
struct hlist_head * | xfrm_hash_alloc (unsigned int sz) |
void | xfrm_hash_free (struct hlist_head *n, unsigned int sz) |
|
read |
Definition at line 15 of file xfrm_hash.c.
void xfrm_hash_free | ( | struct hlist_head * | n, |
unsigned int | sz | ||
) |
Definition at line 31 of file xfrm_hash.c.