Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_log_buf.c1879 tcp_log_free_entries(&entry->tldl_entries, &entry->tldl_count); in tcp_log_free_queue()
1902 entry->tldl_count * (sizeof(struct tcp_log_buffer) + in tcp_log_expandlogbuf()
1907 counter_u64_add(tcp_log_que_fail5, entry->tldl_count); in tcp_log_expandlogbuf()
1916 (struct tcp_log_buffer **)&end, entry->tldl_count); in tcp_log_expandlogbuf()
1923 tcp_log_free_entries(&entry->tldl_entries, &entry->tldl_count); in tcp_log_expandlogbuf()
1924 entry->tldl_count = 0; in tcp_log_expandlogbuf()
2040 entry->tldl_count = tp->t_lognum; in tcp_log_dump_tp_logbuf()
2125 entry->tldl_count = tln->tln_count; in tcp_log_dump_node_logbuf()
Dtcp_log_buf.h277 int tldl_count; member