Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.c85 struct tcp_cache { struct
86 SLIST_ENTRY(tcp_cache) list;
101 SLIST_HEAD(tcp_cache_bucket, tcp_cache) tcp_caches; argument
125 static struct tcp_cache_head *__counted_by(tcp_cache_size) tcp_cache;
308 static struct tcp_cache *
312 struct tcp_cache *__single tpcache = NULL; in tcp_getcache_with_lock()
319 head = &tcp_cache[hash]; in tcp_getcache_with_lock()
335 struct tcp_cache *oldest_cache = NULL; in tcp_getcache_with_lock()
354 tpcache = kalloc_type(struct tcp_cache, Z_NOPAGEWAIT | Z_ZERO); in tcp_getcache_with_lock()
425 struct tcp_cache *__single tpcache; in tcp_cache_set_cookie_common()
[all …]
H A DMakefile38 tcp_cache.h \
43 tcp_cache.h \
/xnu-12377.61.12/bsd/conf/
H A Dfiles272 bsd/netinet/tcp_cache.c optional inet bound-checks