Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c404 static uma_zone_t ccache_zone; variable
420 ccache_zone = uma_zcreate("tfo_ccache_entries", in tcp_fastopen_init()
1089 cce = uma_zalloc(ccache_zone, M_NOWAIT); in tcp_fastopen_ccache_create()
1167 uma_zfree(ccache_zone, cce); in tcp_fastopen_ccache_entry_drop()