Searched refs:V_counter_zone (Results 1 – 1 of 1) sorted by relevance
373 #define V_counter_zone VNET(counter_zone) macro390 V_counter_zone = uma_zcreate("tfo", sizeof(unsigned int), in tcp_fastopen_init()467 uma_zdestroy(V_counter_zone); in tcp_fastopen_destroy()474 counter = uma_zalloc(V_counter_zone, M_NOWAIT); in tcp_fastopen_alloc_counter()484 uma_zfree(V_counter_zone, counter); in tcp_fastopen_decrement_counter()