Searched refs:spdcache_entry (Results 1 – 1 of 1) sorted by relevance
176 struct spdcache_entry { struct180 LIST_ENTRY(spdcache_entry) chain; argument182 LIST_HEAD(spdcache_entry_list, spdcache_entry);746 static struct spdcache_entry *spdcache_entry_alloc(749 static void spdcache_entry_free(struct spdcache_entry *entry);916 struct spdcache_entry *entry, *lastentry, *tmpentry; in key_allocsp()8252 struct spdcache_entry *8255 struct spdcache_entry *entry; in spdcache_entry_alloc()8257 entry = malloc(sizeof(struct spdcache_entry), M_IPSEC_SPDCACHE, in spdcache_entry_alloc()8272 spdcache_entry_free(struct spdcache_entry *entry) in spdcache_entry_free()[all …]