Searched refs:tcp_log_id_bucket_zone (Results 1 – 1 of 1) sorted by relevance
78 static uma_zone_t tcp_log_id_bucket_zone, tcp_log_id_node_zone, tcp_log_zone; variable132 &tcp_log_id_bucket_zone, "Maximum number of log IDs");135 &tcp_log_id_bucket_zone, "Current number of log IDs");393 uma_zfree(tcp_log_id_bucket_zone, tlb); in tcp_log_remove_bucket()872 tlb = uma_zalloc(tcp_log_id_bucket_zone, M_NOWAIT); in tcp_log_set_id()919 uma_zfree(tcp_log_id_bucket_zone, tlb); \ in tcp_log_set_id()1263 tcp_log_id_bucket_zone = uma_zcreate("tcp_log_id_bucket", in tcp_log_init()