Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c2080 tcp_log_free_entries(&entry->tldl_entries, &entry->tldl_count); in tcp_log_free_queue()
2103 entry->tldl_count * (sizeof(struct tcp_log_buffer) + in tcp_log_expandlogbuf()
2108 counter_u64_add(tcp_log_que_fail5, entry->tldl_count); in tcp_log_expandlogbuf()
2117 (struct tcp_log_buffer **)&end, entry->tldl_count); in tcp_log_expandlogbuf()
2124 tcp_log_free_entries(&entry->tldl_entries, &entry->tldl_count); in tcp_log_expandlogbuf()
2125 entry->tldl_count = 0; in tcp_log_expandlogbuf()
2245 entry->tldl_count = tp->t_lognum; in tcp_log_dump_tp_logbuf()
2331 entry->tldl_count = tln->tln_count; in tcp_log_dump_node_logbuf()
H A Dtcp_log_buf.h286 int tldl_count; member