Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c371 #define V_counter_zone VNET(counter_zone) macro
387 V_counter_zone = uma_zcreate("tfo", sizeof(unsigned int), in tcp_fastopen_init()
464 uma_zdestroy(V_counter_zone); in tcp_fastopen_destroy()
471 counter = uma_zalloc(V_counter_zone, M_NOWAIT); in tcp_fastopen_alloc_counter()
481 uma_zfree(V_counter_zone, counter); in tcp_fastopen_decrement_counter()