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.c2298 tcp_log_free_entries(&entry->tldl_entries, &entry->tldl_count); in tcp_log_free_queue()
2321 entry->tldl_count * (sizeof(struct tcp_log_buffer) + in tcp_log_expandlogbuf()
2326 counter_u64_add(tcp_log_que_fail5, entry->tldl_count); in tcp_log_expandlogbuf()
2335 (struct tcp_log_buffer **)&end, entry->tldl_count); in tcp_log_expandlogbuf()
2342 tcp_log_free_entries(&entry->tldl_entries, &entry->tldl_count); in tcp_log_expandlogbuf()
2343 entry->tldl_count = 0; in tcp_log_expandlogbuf()
2462 entry->tldl_count = tp->t_lognum; in tcp_log_dump_tp_logbuf()
2548 entry->tldl_count = tln->tln_count; in tcp_log_dump_node_logbuf()
H A Dtcp_log_buf.h320 int tldl_count; member