Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey.c178 struct spdcache_entry { struct
182 LIST_ENTRY(spdcache_entry) chain; argument
184 LIST_HEAD(spdcache_entry_list, spdcache_entry);
741 static struct spdcache_entry *spdcache_entry_alloc(
744 static void spdcache_entry_free(struct spdcache_entry *entry);
884 struct spdcache_entry *entry, *lastentry, *tmpentry; in key_allocsp()
8200 struct spdcache_entry *
8203 struct spdcache_entry *entry; in spdcache_entry_alloc()
8205 entry = malloc(sizeof(struct spdcache_entry), in spdcache_entry_alloc()
8220 spdcache_entry_free(struct spdcache_entry *entry) in spdcache_entry_free()
[all …]