Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cache.c107 struct tcp_cache { struct
108 SLIST_ENTRY(tcp_cache) list;
125 SLIST_HEAD(tcp_cache_bucket, tcp_cache) tcp_caches; argument
148 static struct tcp_cache_head *tcp_cache; variable
325 static struct tcp_cache *
329 struct tcp_cache *tpcache = NULL; in tcp_getcache_with_lock()
336 head = &tcp_cache[hash]; in tcp_getcache_with_lock()
352 struct tcp_cache *oldest_cache = NULL; in tcp_getcache_with_lock()
371 tpcache = kalloc_type(struct tcp_cache, Z_NOWAIT | Z_ZERO); in tcp_getcache_with_lock()
439 struct tcp_cache *tpcache; in tcp_cache_set_cookie_common()
[all …]
H A DMakefile40 tcp_cache.h \
/xnu-8019.80.24/bsd/conf/
H A Dfiles308 bsd/netinet/tcp_cache.c optional inet