Searched refs:tcp_log_zone (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_log_buf.c | 68 static uma_zone_t tcp_log_bucket_zone, tcp_log_node_zone, tcp_log_zone; variable 96 &tcp_log_zone, "Maximum number of events maintained for all TCP sessions"); 99 &tcp_log_zone, "Current number of events maintained for all TCP sessions"); 1045 uma_zfree(tcp_log_zone, log_entry); in tcp_log_free_log_common() 1070 uma_zfree(tcp_log_zone, log_entry); in tcp_log_remove_log_cleanup() 1141 tcp_log_zone = uma_zcreate("tcp_log", sizeof(struct tcp_log_mem), in tcp_log_init() 1148 (void)uma_zone_set_max(tcp_log_zone, TCP_LOG_BUF_DEFAULT_GLOBAL_LIMIT); in tcp_log_init() 1568 if ((log_entry = uma_zalloc(tcp_log_zone, M_NOWAIT)) != NULL) in tcp_log_event_() 2059 uma_zfree(tcp_log_zone, log_entry); in tcp_log_getlogbuf()
|