Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c403 static uma_zone_t counter_zone; variable
418 counter_zone = uma_zcreate("tfo", sizeof(unsigned int), in tcp_fastopen_init()
496 counter = uma_zalloc(counter_zone, M_NOWAIT); in tcp_fastopen_alloc_counter()
506 uma_zfree(counter_zone, counter); in tcp_fastopen_decrement_counter()