Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c373 #define V_counter_zone VNET(counter_zone) macro
390 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()