Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.c2291 if (entry->tldl_common.tldq_buf != NULL) in tcp_log_free_queue()
2292 free(entry->tldl_common.tldq_buf, M_TCPLOGDEV); in tcp_log_free_queue()
2455 entry->tldl_common.tldq_buf = NULL; in tcp_log_dump_tp_logbuf()
2456 entry->tldl_common.tldq_xform = tcp_log_expandlogbuf; in tcp_log_dump_tp_logbuf()
2457 entry->tldl_common.tldq_dtor = tcp_log_free_queue; in tcp_log_dump_tp_logbuf()
2525 entry->tldl_common.tldq_buf = NULL; in tcp_log_dump_node_logbuf()
2526 entry->tldl_common.tldq_xform = tcp_log_expandlogbuf; in tcp_log_dump_node_logbuf()
2527 entry->tldl_common.tldq_dtor = tcp_log_free_queue; in tcp_log_dump_node_logbuf()
H A Dtcp_log_buf.h324 struct tcp_log_dev_queue tldl_common; member