Searched refs:tcp_log_bucket_zone (Results 1 – 1 of 1) sorted by relevance
68 static uma_zone_t tcp_log_bucket_zone, tcp_log_node_zone, tcp_log_zone; variable102 &tcp_log_bucket_zone, "Maximum number of log IDs");105 &tcp_log_bucket_zone, "Current number of log IDs");363 uma_zfree(tcp_log_bucket_zone, tlb); in tcp_log_remove_bucket()759 tlb = uma_zalloc(tcp_log_bucket_zone, M_NOWAIT); in tcp_log_set_id()806 uma_zfree(tcp_log_bucket_zone, tlb); \ in tcp_log_set_id()1149 tcp_log_bucket_zone = uma_zcreate("tcp_log_bucket", in tcp_log_init()