Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netipsec/
H A Dkey.c176 struct spdcache_entry { struct
180 LIST_ENTRY(spdcache_entry) chain; argument
182 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 …]