Searched refs:spdcache_entry (Results 1 – 1 of 1) sorted by relevance
196 struct spdcache_entry { struct200 LIST_ENTRY(spdcache_entry) chain; argument202 LIST_HEAD(spdcache_entry_list, spdcache_entry);771 static struct spdcache_entry *spdcache_entry_alloc(774 static void spdcache_entry_free(struct spdcache_entry *entry);941 struct spdcache_entry *entry, *lastentry, *tmpentry; in key_allocsp()8547 struct spdcache_entry *8550 struct spdcache_entry *entry; in spdcache_entry_alloc()8552 entry = malloc(sizeof(struct spdcache_entry), M_IPSEC_SPDCACHE, in spdcache_entry_alloc()8567 spdcache_entry_free(struct spdcache_entry *entry) in spdcache_entry_free()[all …]