Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.c2288 tcp_log_free_entries(&entry->tldl_entries, &entry->tldl_count); in tcp_log_free_queue()
2311 entry->tldl_count * (sizeof(struct tcp_log_buffer) + in tcp_log_expandlogbuf()
2316 counter_u64_add(tcp_log_que_fail5, entry->tldl_count); in tcp_log_expandlogbuf()
2325 (struct tcp_log_buffer **)&end, entry->tldl_count); in tcp_log_expandlogbuf()
2332 tcp_log_free_entries(&entry->tldl_entries, &entry->tldl_count); in tcp_log_expandlogbuf()
2333 entry->tldl_count = 0; in tcp_log_expandlogbuf()
2452 entry->tldl_count = tp->t_lognum; in tcp_log_dump_tp_logbuf()
2538 entry->tldl_count = tln->tln_count; in tcp_log_dump_node_logbuf()
H A Dtcp_log_buf.h330 int tldl_count; member