spdcache_entry
LIST_ENTRY(spdcache_entry) chain;
LIST_HEAD(spdcache_entry_list, spdcache_entry);
static struct spdcache_entry *spdcache_entry_alloc(
static void spdcache_entry_free(struct spdcache_entry *entry);
struct spdcache_entry *
struct spdcache_entry *entry;
entry = malloc(sizeof(struct spdcache_entry), M_IPSEC_SPDCACHE,
spdcache_entry_free(struct spdcache_entry *entry)
struct spdcache_entry *entry;
struct spdcache_entry *entry, *lastentry, *tmpentry;